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.2.0.015)

Syntax

C#
public static Metaspace Connect(
	string name,
	string multicastUrl,
	string unicastUrl
)
Visual Basic
Public Shared Function Connect ( 
	name As String,
	multicastUrl As String,
	unicastUrl As String
) As Metaspace
Visual C++
public:
static Metaspace^ Connect(
	String^ name, 
	String^ multicastUrl, 
	String^ unicastUrl
)
F#
static member Connect : 
        name : string * 
        multicastUrl : string * 
        unicastUrl : string -> Metaspace 

Parameters

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

Return Value

Type: Metaspace
The connected Metaspace

See Also