Click or drag to resize
MetaspaceConnect Method (String, String, 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,
	string multicastUrl,
	string unicastUrl
)

Parameters

name
Type: SystemString
A String specifying the Metaspace name
multicastUrl
Type: SystemString
A String in the format tibrv://service/network/daemon or tibpgm://dport/network/userproperties
unicastUrl
Type: SystemString
A String in the format tcp://ipaddress/port

Return Value

Type: Metaspace
The connected Metaspace
See Also