Enumeration of operation kinds for TryAsync(OperationKind, int, Exception, ref object, CancellationToken) and IExceptionHandlingPolicy.
Namespace: PostSharp.Patterns.Caching.Resilience
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public enum OperationKindFields
| Name | Description |
|---|---|
| Background | A background (non-blocking) operation. |
| CleanUp | Clean up. |
| Collect | Garbage collection. |
| ContainsDependency | |
| ContainsItem | |
| GetItem | |
| InvalidateDependency | |
| None | An operation of an unspecified type. |
| RemoveItem | |
| SetItem |