IAcquireLockTimeoutStrategy Interface |
Namespace: PostSharp.Patterns.Caching.Locking
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
public interface IAcquireLockTimeoutStrategy
The IAcquireLockTimeoutStrategy type exposes the following members.
Name | Description | |
---|---|---|
OnTimeout |
Method invoked when the caching aspect cannot acquire a lock because of a timeout. If this method returns without an exception,
the caching aspect will invoke the cached method without acquiring the lock.
|