Enum ShutdownInitiator
Describes the source of a shutdown event.
public enum ShutdownInitiator
Fields
Application = 0
The shutdown event originated from the application using the RabbitMQ .NET client library.
Library = 1
The shutdown event originated from the RabbitMQ .NET client library itself.
Peer = 2
The shutdown event originated from the remote AMQP peer.