ConversationContextChannelState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |