EventArgs| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
|
Cause
(r)
|
Object causing the shutdown, or null if none. |
| public |
|
ClassId
(r)
|
AMQP content-class ID, or 0 if none. |
| public |
ShutdownInitiator
|
Initiator
(r)
|
Returns the source of the shutdown event: either the application, the library, or the remote peer. |
| public |
|
MethodId
(r)
|
AMQP method ID within a content-class, or 0 if none. |
| public |
|
ReplyCode
(r)
|
One of the standardised AMQP reason codes. See RabbitMQ.Client.Framing.*.Constants. |
| public |
|
ReplyText
(r)
|
Informative human-readable reason text. |
| Flags | Name | Summary |
|---|---|---|
| public |
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId)
|
Construct a ShutdownEventArgs with the given parameters and a null cause. |
| public |
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause)
|
Construct a ShutdownEventArgs with the given parameters. |
| public |
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText)
|
Construct a ShutdownEventArgs with the given parameters, 0 for ClassId and MethodId, and a null Cause. |
| public |
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, object cause)
|
Construct a ShutdownEventArgs with the given parameters and 0 for ClassId and MethodId. |
| Flags | Name | Summary |
|---|---|---|
| public virtual |
string ToString()
|
Override ToString to be useful for debugging. |
public
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId)
| Parameters |
|
|---|
public
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, ushort classId, ushort methodId, object cause)
| Parameters |
|
|---|
public
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText)
| Parameters |
|
|---|
public
ShutdownEventArgs(ShutdownInitiator initiator, ushort replyCode, string replyText, object cause)
| Parameters |
|
|---|
public virtual
string ToString()
| Flags | public virtual |
|---|---|
| Return type |
|