ReceiveContextState Enum

Definition

Represents the possible states for the receive context state machine.

public enum class ReceiveContextState
public enum ReceiveContextState
type ReceiveContextState = 
Public Enum ReceiveContextState
Inheritance
ReceiveContextState

Fields

Abandoned 4

Represents the abandoned state.

Abandoning 3

Represents the abandoning state.

Completed 2

Represents the completed state.

Completing 1

Represents the completing state.

Faulted 5

Represents the faulted state.

Received 0

Represents the received state.

Applies to