IMessage.CacheRequestId Property

Solclient

IMessageCacheRequestId Property
version: 7.2.1.27
Returns the request ID set in the cache request. Always null if CacheStatus is MessageCacheStatus.Live If not present -1 is returned

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

Property Value

Type: Int64
See Also