Syntax
| C# |
|---|
public sealed class DistributedSystem |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DistributedSystem |
| Visual C++ |
|---|
public ref class DistributedSystem sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Connect | Overloaded. | |
| Disconnect |
Disconnect from the distributed system.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetInstance |
Returns a reference to this DistributedSystem instance.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| IsConnected |
The current connection status of this client to the DistributedSystem.
| |
| Name |
Get the name that identifies this DistributedSystem instance.
| |
| SystemProperties |
Returns the SystemProperties used to create this instance of a
DistributedSystem.
|
See Also
GemStone.GemFire.Cache Namespace