Returns the collection of names of the metaspace the process is currently connected to
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public static ICollection<string> GetMetaspaceNames() |
Visual Basic |
---|
Public Shared Function GetMetaspaceNames As ICollection(Of String) |
Visual C++ |
---|
public:
static ICollection<String^>^ GetMetaspaceNames() |
F# |
---|
static member GetMetaspaceNames : unit -> ICollection<string>
|
Return Value
Type:
ICollection<(Of <(<'String>)>)>Collection of metaspace names
See Also