Click or drag to resize
ASCommonGetMetaspace Method
Get the Metaspace object for the metaspace name.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static Metaspace GetMetaspace(
	string metaspaceName
)

Parameters

metaspaceName
Type: SystemString
A string specifying the Metaspace name.

Return Value

Type: Metaspace
The connected Metaspace
Remarks
Returns null if the connection to the metaspace is not already established.
See Also