EndpointState Enum

Definition

Enumerates possible states for an endpoint.

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

Fields

Connected 1

The endpoint is connected and can be used for both incoming and outgoing messages.

Connecting 0

The endpoint is connecting.

Disconnected 3

The endpoint can be used for outgoing messages. The endpoint will not receive or process any incoming messages.

Disconnecting 2

The endpoint is disconnecting.

Applies to