Table of Contents

Enum CompletionType

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

Completion type for CompletionTypeHelper

public enum CompletionType

Fields

Any = 0

Retain original completion type (either sync or async)

Async = 2

Force async completion

Sync = 1

Force sync completion