ConversationContextChannelStateTransitionReason Enum

Definition

Represents the reasons for changes in ConversationContextChannel states.

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

Fields

EstablishFailed 1

Establishment of channel failed.

FirstHopUnreachable 3

The first hop proxy is unreachable.

None 0

Unknown or obvious reason.

RecoveryFailed 6

The connection to the remote endpoint could not recovered.

RemoteUnreachable 2

The remote endpoint is unreachable.

TerminatedLocally 4

The channel was terminated locally.

TerminatedRemotely 5

The channel was terminated by remote endpoint.

Applies to