Returns the durable client's ID.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public string DurableClientId{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DurableClientId As String |
| Visual C++ |
|---|
public: property String^ DurableClientId { String^ get (); } |
Return Value
the durable client ID
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace