Enum CompletionType
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Completion type for CompletionTypeHelper
public enum CompletionType
Fields
Any = 0Retain original completion type (either sync or async)
Async = 2Force async completion
Sync = 1Force sync completion