Click or drag to resize
MetaspaceConnect Method (String, MemberDef, IDictionaryString, String)
Establishes a connection to a Metaspace

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 Connect(
	string name,
	MemberDef memberDef,
	IDictionary<string, string> optional
)

Parameters

name
Type: SystemString
A String specifying the Metaspace name
memberDef
Type: Com.Tibco.As.SpaceMemberDef
Connection definition to use
optional
Type: System.Collections.GenericIDictionaryString, String
Optional parameters

Return Value

Type: Metaspace
The connected Metaspace
See Also