Click or drag to resize
ASCommonConnectMetaspace Method
Establishes connection to metaspace using the metaspace name and MemberDef specified.

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 ConnectMetaspace(
	string name,
	MemberDef memberDef
)

Parameters

name
Type: SystemString
Name of the metaspace to connect
memberDef
Type: Com.Tibco.As.SpaceMemberDef
Connection definition to use

Return Value

Type: Metaspace
Metaspace object if connection is established
Remarks
A process can not connect twice to the same metaspace. If a handle to an already connected metaspace is needed use the GetMetaspace(String) function to get it.
See Also