Table of Contents

Enum MessageBrokerRemoteClientConnectorState

Namespace
LfrlAnvil.MessageBroker.Server
Assembly
LfrlAnvil.MessageBroker.Server.dll

Defines possible MessageBrokerRemoteClientConnector states.

public enum MessageBrokerRemoteClientConnectorState : byte

Fields

Cancelled = 4

Specifies that the connector has completed due to cancellation.

Cancelling = 2

Specifies that the connector is being cancelled.

Connected = 3

Specifies that the connector has completed successfully.

Created = 0

Specifies that the connector has been created but not started.

Failed = 5

Specifies that the connector has completed with failure.

Handshaking = 1

Specifies that the connector is currently performing a handshake with the remote client.