Open sandboxFocus

Property LockingStrategy

LockingStrategy

Gets or sets the lock manager used to synchronize the execution of methods that are cached with the current profile. The default lock manager is NullLockingStrategy, which allows for concurrent execution of all methods. An alternative implementation is LocalLockingStrategy, which prevents concurrent execution of the same method with the same parameters, in the current process (or AppDomain).

Declaration
public ILockingStrategy LockingStrategy { get; init; }
Property Value
Type Description
ILockingStrategy