ConversationContextChannelStateTransitionReason 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 reasons for changes in ConversationContextChannel states.
public enum class ConversationContextChannelStateTransitionReason
public enum ConversationContextChannelStateTransitionReason
type ConversationContextChannelStateTransitionReason =
Public Enum ConversationContextChannelStateTransitionReason
- Inheritance
-
ConversationContextChannelStateTransitionReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unknown or obvious reason. |
EstablishFailed | 1 | Establishment of channel failed. |
RemoteUnreachable | 2 | The remote endpoint is unreachable. |
FirstHopUnreachable | 3 | The first hop proxy is unreachable. |
TerminatedLocally | 4 | The channel was terminated locally. |
TerminatedRemotely | 5 | The channel was terminated by remote endpoint. |
RecoveryFailed | 6 | The connection to the remote endpoint could not recovered. |