DistributedSystemConnect Method (String) |
Initializes the Native Client system to be able to connect to the GemFire Java servers.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static DistributedSystem Connect(
string name
)
Public Shared Function Connect (
name As String
) As DistributedSystem
public:
static DistributedSystem^ Connect(
String^ name
)
static member Connect :
name : string -> DistributedSystem
Parameters
- name
- Type: SystemString
the name of the system to connect to
Return Value
Type:
DistributedSystem
Exceptions
See Also