CacheSessionProperties.CacheRequestTimeoutInMsecs Property

Solclient

CacheSessionPropertiesCacheRequestTimeoutInMsecs Property
version: 7.2.1.27
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.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int CacheRequestTimeoutInMsecs { get; set; }
Public Property CacheRequestTimeoutInMsecs As Integer
	Get
	Set
public:
property int CacheRequestTimeoutInMsecs {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also