10.24.0

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public int CacheRequestTimeoutInMsecs { get; set; }

Property Value

Int32

See Also