CacheSessionPropertiesCacheRequestTimeoutInMsecs Property
The timeout period (in milliseconds) to wait for a response from the cache.
The default value is 10000 (10 seconds)
The minimum configurable value is 3000 (3 seconds).
This is a protocol timer used internally by the API on each message exchange with solCache.
A single call to ICacheSession.SendCacheRequest() may lead to many request-reply exchanges
with solCache and so is not bounded by this timer as long as each internal request is satisified in time.
Namespace: SolaceSystems.Solclient.Messaging.CacheAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public int CacheRequestTimeoutInMsecs { get; set; }
Property Value
Int32