SystemPropertiesDurableClientId Property |
Returns the durable client's ID.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string DurableClientId { get; }
Public ReadOnly Property DurableClientId As String
Get
public:
property String^ DurableClientId {
String^ get ();
}
member DurableClientId : string with get
Return Value
Type:
Stringthe durable client ID
See Also