Enum MessageBrokerRemoteClientConnectorState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerRemoteClientConnector states.
public enum MessageBrokerRemoteClientConnectorState : byte
Fields
Cancelled = 4Specifies that the connector has completed due to cancellation.
Cancelling = 2Specifies that the connector is being cancelled.
Connected = 3Specifies that the connector has completed successfully.
Created = 0Specifies that the connector has been created but not started.
Failed = 5Specifies that the connector has completed with failure.
Handshaking = 1Specifies that the connector is currently performing a handshake with the remote client.