Open sandboxFocus

Property OnLockTimeout

OnLockTimeout

Gets or sets the behavior in case that the caching aspect could not acquire a lock because of a timeout. The default behavior is to throw a TimeoutException. If the delegate does not return any exception, the cached method will be evaluated (even without a lock).

Declaration
public Action<LockTimeoutContext> OnLockTimeout { get; init; }
Property Value
Type Description
Action<LockTimeoutContext>