ASCommonGetMetaspace Method |
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.1.5.12)
Syntaxpublic static Metaspace GetMetaspace(
string metaspaceName
)
Public Shared Function GetMetaspace (
metaspaceName As String
) As Metaspace
public:
static Metaspace^ GetMetaspace(
String^ metaspaceName
)
static member GetMetaspace :
metaspaceName : string -> Metaspace
Parameters
- metaspaceName
- Type: SystemString
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.
See Also