VMware GemFire Native .NET Reference
9.2.4
|
DistributedSystem encapsulates this applications "connection" into the Geode Java servers. More...
Inherits SBWrap< apache::geode::client::DistributedSystem >.
Static Public Member Functions | |
static DistributedSystem ^ | Connect (String^ name) |
Initializes the Native Client system to be able to connect to the Geode Java servers. More... | |
static DistributedSystem ^ | Connect (String^ name, Properties< String^, String^>^ config) |
Initializes the Native Client system to be able to connect to the Geode Java servers. More... | |
static void | Disconnect () |
Disconnect from the distributed system. More... | |
static DistributedSystem ^ | GetInstance () |
Returns a reference to this DistributedSystem instance. More... | |
Properties | |
static bool | IsConnected [get] |
The current connection status of this client to the DistributedSystem . More... | |
String^ | Name [get] |
Get the name that identifies this DistributedSystem instance. More... | |
static Apache::Geode::Client::SystemProperties^ | SystemProperties [get] |
Returns the SystemProperties used to create this instance of a DistributedSystem . More... | |
DistributedSystem encapsulates this applications "connection" into the Geode Java servers.
In order to participate as a client in the Geode Java servers distributed system, each application needs to connect to the DistributedSystem.
|
static |
Initializes the Native Client system to be able to connect to the Geode Java servers.
name | the name of the system to connect to |
IllegalArgumentException | if name is null |
NoSystemException | if the connecting target is not running |
AlreadyConnectedException | if trying a second connect. An application can have one only one connection to a DistributedSystem. |
UnknownException | otherwise |
|
static |
Initializes the Native Client system to be able to connect to the Geode Java servers.
name | the name of the system to connect to |
config | the set of properties |
IllegalArgumentException | if name is null |
NoSystemException | if the connecting target is not running |
AlreadyConnectedException | if trying a second connect. An application can have one only one connection to a DistributedSystem. |
UnknownException | otherwise |
|
static |
Disconnect from the distributed system.
IllegalStateException | if not connected |
|
static |
Returns a reference to this DistributedSystem instance.
|
staticget |
The current connection status of this client to the DistributedSystem
.
|
get |
Get the name that identifies this DistributedSystem instance.
|
staticget |
Returns the SystemProperties used to create this instance of a DistributedSystem
.