CacheRequestEventArgs.RequestId Property

Solclient

CacheRequestEventArgsRequestId Property
version: 7.2.1.27
The request Id passed into the cache request API.

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public long RequestId { get; }
Public ReadOnly Property RequestId As Long
	Get
public:
property long long RequestId {
	long long get ();
}

Property Value

Type: Int64
See Also