Table of Contents

Method SetLockRetryInterval

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetLockRetryInterval(TimeSpan)

Sets the amount of time between polling attempts to acquire an exclusive lock on a cached object. Overrides the config file's exclusiveLockRetryIntervalMS setting for this cache.

public CacheBuilder<TKey, TValue> SetLockRetryInterval(TimeSpan lockRetryInterval)

Parameters

lockRetryInterval TimeSpan

Amount of time between polling attempts to acquire an exclusive lock on a cached object.

Returns

CacheBuilder<TKey, TValue>

A builder object that can be used to further configure the cache.