Edit

Share via


ConversationContextChannelState Enum

Definition

Represents the state of a ConversationContextChannel.

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

Fields

Name Value Description
Idle 0

Initial state.

Establishing 1

Transient state during establishment.

Established 2

State in which channel can send and receive data.

Recovering 3

State in which channel is trying to reconnect after losing connection to remote.

Terminating 4

State in which resources are being cleaned up.

Terminated 5

State in which all resources have been cleaned up.

Applies to