Get the Metaspace object for the metaspace name.
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 Metaspace GetMetaspace( string metaspaceName ) |
Visual Basic |
---|
Public Shared Function GetMetaspace ( metaspaceName As String ) As Metaspace |
Visual C++ |
---|
public: static Metaspace^ GetMetaspace( String^ metaspaceName ) |
F# |
---|
static member GetMetaspace : metaspaceName : string -> Metaspace |
Parameters
- metaspaceName
- Type: System..::..String
A string specifying the Metaspace name.
Return Value
Type: MetaspaceThe connected Metaspace
Remarks
Returns null if the connection to the metaspace is not already established.