Get the Metaspace object for the metaspace name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public static Metaspace GetMetaspace( string metaspaceName ) |
Visual Basic |
---|
Public Shared Function GetMetaspace ( _ metaspaceName As String _ ) As Metaspace |
Visual C++ |
---|
public: static Metaspace^ GetMetaspace( String^ metaspaceName ) |
Parameters
- metaspaceName
- Type: System..::..String
A string specifying the Metaspace name.
Return Value
The connected Metaspace
Remarks
Returns null if the connection to the metaspace is not already established.