Solclient
| CacheRequestEventArgs Properties |
The CacheRequestEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
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.
|
See Also