Establishes a connection to a Metaspace
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
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 ) |
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