DistributedSystem encapsulates this applications "connection" into the
GemFire Java servers.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public sealed class DistributedSystem : SBWrap<gemfire::DistributedSystem> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DistributedSystem _ Inherits SBWrap<gemfire::DistributedSystem> |
| Visual C++ |
|---|
public ref class DistributedSystem sealed : public SBWrap<gemfire::DistributedSystem> |
Remarks
In order to participate as a client in the GemFire Java servers
distributed system, each application needs to connect to the
DistributedSystem.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::DistributedSystem>
GemStone.GemFire.Cache..::DistributedSystem
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::DistributedSystem>
GemStone.GemFire.Cache..::DistributedSystem
See Also
DistributedSystem Members
GemStone.GemFire.Cache Namespace