ASCommonGetMetaspaceNames Method |
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.1.5.12)
Syntaxpublic static ICollection<string> GetMetaspaceNames()
Public Shared Function GetMetaspaceNames As ICollection(Of String)
public:
static ICollection<String^>^ GetMetaspaceNames()
static member GetMetaspaceNames : unit -> ICollection<string>
Return Value
Type:
ICollectionStringCollection of metaspace names
See Also