10.24.0

CacheRequestEventArgs Class

Asynchronous cache request event arguments

Definition

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public sealed class CacheRequestEventArgs : EventArgs
Inheritance
Object    EventArgs    CacheRequestEventArgs

Properties

RequestEvent The cache request event.
RequestId The request Id passed into the cache request API.
ReturnCode See synchronous cache request SendCacheRequest(Int64, ITopic, Boolean, CacheLiveDataAction) or SendCacheRequest(Int64, ITopic, Boolean, CacheLiveDataAction, Int64, Int64) return codes.
SubCode See synchronous cache request SendCacheRequest(Int64, ITopic, Boolean, CacheLiveDataAction) or SendCacheRequest(Int64, ITopic, Boolean, CacheLiveDataAction, Int64, Int64) return subcodes.
TopicStr The topic string being requested from the cache.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents the current Object.
(Overrides ObjectToString)

See Also