public sealed class CacheRequestEventArgs : EventArgs
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString) |