Property | Type | Description | |
---|---|---|---|
m_connectionStartCell | |||
m_consumers | IBasicConsumer>.IDictionary | ||
m_continuationQueue | RabbitMQ.Client.Impl.RpcContinuationQueue | ||
m_flowControlBlock |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
Abort ( ushort replyCode, string replyText ) : void | ||
BasicAck ( ulong deliveryTag, bool multiple ) : void | ||
BasicCancel ( string consumerTag ) : void | ||
BasicConsume ( string queue, bool autoAck, string consumerTag, bool noLocal, bool exclusive, object>.IDictionary |
||
BasicGet ( string queue, bool autoAck ) : BasicGetResult | ||
BasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void | ||
BasicPublish ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : void | ||
BasicQos ( uint prefetchSize, ushort prefetchCount, bool global ) : void | ||
BasicRecover ( bool requeue ) : void | ||
BasicRecoverAsync ( bool requeue ) : void | ||
BasicReject ( ulong deliveryTag, bool requeue ) : void | ||
Close ( ) : void | ||
Close ( ShutdownEventArgs reason, bool abort ) : void | ||
Close ( ushort replyCode, string replyText ) : void | ||
Close ( ushort replyCode, string replyText, bool abort ) : void | ||
ConfirmSelect ( ) : void | ||
ConnectionOpen ( string virtualHost, string capabilities, bool insist ) : string | ||
ConnectionSecureOk ( byte response ) : |
||
ConnectionStartOk ( object>.IDictionary |
||
ConnectionTuneOk ( ushort channelMax, uint frameMax, ushort heartbeat ) : void | ||
ConsumerCount ( string queue ) : uint | ||
CreateBasicProperties ( ) : IBasicProperties | ||
DispatchAsynchronous ( |
||
Enqueue ( IRpcContinuation k ) : void | ||
ExchangeBind ( string destination, string source, string routingKey, object>.IDictionary |
||
ExchangeBindNoWait ( string destination, string source, string routingKey, object>.IDictionary |
||
ExchangeDeclare ( string exchange, string type, bool durable, bool autoDelete, object>.IDictionary |
||
ExchangeDeclareNoWait ( string exchange, string type, bool durable, bool autoDelete, object>.IDictionary |
||
ExchangeDeclarePassive ( string exchange ) : void | ||
ExchangeDelete ( string exchange, bool ifUnused ) : void | ||
ExchangeDeleteNoWait ( string exchange, bool ifUnused ) : void | ||
ExchangeUnbind ( string destination, string source, string routingKey, object>.IDictionary |
||
ExchangeUnbindNoWait ( string destination, string source, string routingKey, object>.IDictionary |
||
FinishClose ( ) : void | ||
HandleBasicAck ( ulong deliveryTag, bool multiple ) : void | ||
HandleBasicCancel ( string consumerTag, bool nowait ) : void | ||
HandleBasicCancelOk ( string consumerTag ) : void | ||
HandleBasicConsumeOk ( string consumerTag ) : void | ||
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void | ||
HandleBasicGetEmpty ( ) : void | ||
HandleBasicGetOk ( ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte body ) : void | ||
HandleBasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void | ||
HandleBasicRecoverOk ( ) : void | ||
HandleBasicReturn ( ushort replyCode, string replyText, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void | ||
HandleChannelClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
HandleChannelCloseOk ( ) : void | ||
HandleChannelFlow ( bool active ) : void | ||
HandleCommand ( ISession session, |
||
HandleConnectionBlocked ( string reason ) : void | ||
HandleConnectionClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
HandleConnectionOpenOk ( string knownHosts ) : void | ||
HandleConnectionSecure ( byte challenge ) : void | ||
HandleConnectionStart ( byte versionMajor, byte versionMinor, object>.IDictionary |
||
HandleConnectionTune ( ushort channelMax, uint frameMax, ushort heartbeat ) : void |
Handle incoming Connection.Tune methods.
|
|
HandleConnectionUnblocked ( ) : void | ||
HandleQueueDeclareOk ( string queue, uint messageCount, uint consumerCount ) : void | ||
MessageCount ( string queue ) : uint | ||
ModelBase ( ISession session ) | ||
ModelBase ( ISession session, ConsumerWorkService workService ) | ||
ModelRpc ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : RabbitMQ.Client.Impl.MethodBase | ||
ModelSend ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : void | ||
OnBasicAck ( RabbitMQ.Client.Events.BasicAckEventArgs args ) : void | ||
OnBasicNack ( RabbitMQ.Client.Events.BasicNackEventArgs args ) : void | ||
OnBasicRecoverOk ( |
||
OnBasicReturn ( RabbitMQ.Client.Events.BasicReturnEventArgs args ) : void | ||
OnCallbackException ( RabbitMQ.Client.Events.CallbackExceptionEventArgs args ) : void | ||
OnFlowControl ( RabbitMQ.Client.Events.FlowControlEventArgs args ) : void | ||
OnModelShutdown ( ShutdownEventArgs reason ) : void |
Broadcasts notification of the final shutdown of the model. Do not call anywhere other than at the end of OnSessionShutdown. Must not be called when m_closeReason == null, because otherwise there's a window when a new continuation could be being enqueued at the same time as we're broadcasting the shutdown event. See the definition of Enqueue() above. |
|
OnSessionShutdown ( object sender, ShutdownEventArgs reason ) : void | ||
QueueBind ( string queue, string exchange, string routingKey, object>.IDictionary |
||
QueueBindNoWait ( string queue, string exchange, string routingKey, object>.IDictionary |
||
QueueDeclare ( string queue, bool durable, bool exclusive, bool autoDelete, object>.IDictionary |
||
QueueDeclareNoWait ( string queue, bool durable, bool exclusive, bool autoDelete, object>.IDictionary |
||
QueueDeclarePassive ( string queue ) : QueueDeclareOk | ||
QueueDelete ( string queue, bool ifUnused, bool ifEmpty ) : uint | ||
QueueDeleteNoWait ( string queue, bool ifUnused, bool ifEmpty ) : void | ||
QueuePurge ( string queue ) : uint | ||
QueueUnbind ( string queue, string exchange, string routingKey, object>.IDictionary |
||
SetCloseReason ( ShutdownEventArgs reason ) : bool | ||
ToString ( ) : string | ||
TransmitAndEnqueue ( |
||
TxCommit ( ) : void | ||
TxRollback ( ) : void | ||
TxSelect ( ) : void | ||
WaitForConfirms ( ) : bool | ||
WaitForConfirms ( System.TimeSpan timeout ) : bool | ||
WaitForConfirms ( System.TimeSpan timeout, bool &timedOut ) : bool | ||
WaitForConfirmsOrDie ( ) : void | ||
WaitForConfirmsOrDie ( System.TimeSpan timeout ) : void | ||
_Private_BasicCancel ( string consumerTag, bool nowait ) : void | ||
_Private_BasicConsume ( string queue, string consumerTag, bool noLocal, bool autoAck, bool exclusive, bool nowait, object>.IDictionary |
||
_Private_BasicGet ( string queue, bool autoAck ) : void | ||
_Private_BasicPublish ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : void | ||
_Private_BasicRecover ( bool requeue ) : void | ||
_Private_ChannelClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
_Private_ChannelCloseOk ( ) : void | ||
_Private_ChannelFlowOk ( bool active ) : void | ||
_Private_ChannelOpen ( string outOfBand ) : void | ||
_Private_ConfirmSelect ( bool nowait ) : void | ||
_Private_ConnectionClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
_Private_ConnectionCloseOk ( ) : void | ||
_Private_ConnectionOpen ( string virtualHost, string capabilities, bool insist ) : void | ||
_Private_ConnectionSecureOk ( byte response ) : void | ||
_Private_ConnectionStartOk ( object>.IDictionary |
||
_Private_ExchangeBind ( string destination, string source, string routingKey, bool nowait, object>.IDictionary |
||
_Private_ExchangeDeclare ( string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, object>.IDictionary |
||
_Private_ExchangeDelete ( string exchange, bool ifUnused, bool nowait ) : void | ||
_Private_ExchangeUnbind ( string destination, string source, string routingKey, bool nowait, object>.IDictionary |
||
_Private_QueueBind ( string queue, string exchange, string routingKey, bool nowait, object>.IDictionary |
||
_Private_QueueDeclare ( string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, object>.IDictionary |
||
_Private_QueueDelete ( string queue, bool ifUnused, bool ifEmpty, bool nowait ) : uint | ||
_Private_QueuePurge ( string queue, bool nowait ) : uint |
Method | Description | |
---|---|---|
BroadcastShutdownToConsumers ( IBasicConsumer>.IDictionary |
||
Initialise ( ISession session ) : void | ||
handleAckNack ( ulong deliveryTag, bool multiple, bool isNack ) : void |
Method | Description | |
---|---|---|
IDisposable ( ) : void | ||
QueueDeclare ( string queue, bool passive, bool durable, bool exclusive, bool autoDelete, object>.IDictionary |
public Abort ( ushort replyCode, string replyText ) : void | ||
replyCode | ushort | |
replyText | string | |
return | void |
public abstract BasicAck ( ulong deliveryTag, bool multiple ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
return | void |
public BasicCancel ( string consumerTag ) : void | ||
consumerTag | string | |
return | void |
public BasicConsume ( string queue, bool autoAck, string consumerTag, bool noLocal, bool exclusive, object>.IDictionary |
||
queue | string | |
autoAck | bool | |
consumerTag | string | |
noLocal | bool | |
exclusive | bool | |
arguments | object>.IDictionary | |
consumer | IBasicConsumer | |
return | string |
public BasicGet ( string queue, bool autoAck ) : BasicGetResult | ||
queue | string | |
autoAck | bool | |
return | BasicGetResult |
public abstract BasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
requeue | bool | |
return | void |
public BasicPublish ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : void | ||
exchange | string | |
routingKey | string | |
mandatory | bool | |
basicProperties | IBasicProperties | |
body | byte | |
return | void |
public abstract BasicQos ( uint prefetchSize, ushort prefetchCount, bool global ) : void | ||
prefetchSize | uint | |
prefetchCount | ushort | |
global | bool | |
return | void |
public abstract BasicRecoverAsync ( bool requeue ) : void | ||
requeue | bool | |
return | void |
public abstract BasicReject ( ulong deliveryTag, bool requeue ) : void | ||
deliveryTag | ulong | |
requeue | bool | |
return | void |
protected BroadcastShutdownToConsumers ( IBasicConsumer>.IDictionary |
||
cs | IBasicConsumer>.IDictionary | |
reason | ShutdownEventArgs | |
return | void |
public Close ( ShutdownEventArgs reason, bool abort ) : void | ||
reason | ShutdownEventArgs | |
abort | bool | |
return | void |
public Close ( ushort replyCode, string replyText ) : void | ||
replyCode | ushort | |
replyText | string | |
return | void |
public Close ( ushort replyCode, string replyText, bool abort ) : void | ||
replyCode | ushort | |
replyText | string | |
abort | bool | |
return | void |
public ConnectionOpen ( string virtualHost, string capabilities, bool insist ) : string | ||
virtualHost | string | |
capabilities | string | |
insist | bool | |
return | string |
public ConnectionSecureOk ( byte response ) : |
||
response | byte | |
return |
public ConnectionStartOk ( object>.IDictionary |
||
clientProperties | object>.IDictionary | |
mechanism | string | |
response | byte | |
locale | string | |
return |
public abstract ConnectionTuneOk ( ushort channelMax, uint frameMax, ushort heartbeat ) : void | ||
channelMax | ushort | |
frameMax | uint | |
heartbeat | ushort | |
return | void |
public abstract CreateBasicProperties ( ) : IBasicProperties | ||
return | IBasicProperties |
public abstract DispatchAsynchronous ( |
||
cmd | ||
return | bool |
public ExchangeBind ( string destination, string source, string routingKey, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public ExchangeBindNoWait ( string destination, string source, string routingKey, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public ExchangeDeclare ( string exchange, string type, bool durable, bool autoDelete, object>.IDictionary |
||
exchange | string | |
type | string | |
durable | bool | |
autoDelete | bool | |
arguments | object>.IDictionary | |
return | void |
public ExchangeDeclareNoWait ( string exchange, string type, bool durable, bool autoDelete, object>.IDictionary |
||
exchange | string | |
type | string | |
durable | bool | |
autoDelete | bool | |
arguments | object>.IDictionary | |
return | void |
public ExchangeDeclarePassive ( string exchange ) : void | ||
exchange | string | |
return | void |
public ExchangeDelete ( string exchange, bool ifUnused ) : void | ||
exchange | string | |
ifUnused | bool | |
return | void |
public ExchangeDeleteNoWait ( string exchange, bool ifUnused ) : void | ||
exchange | string | |
ifUnused | bool | |
return | void |
public ExchangeUnbind ( string destination, string source, string routingKey, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public ExchangeUnbindNoWait ( string destination, string source, string routingKey, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public HandleBasicAck ( ulong deliveryTag, bool multiple ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
return | void |
public HandleBasicCancel ( string consumerTag, bool nowait ) : void | ||
consumerTag | string | |
nowait | bool | |
return | void |
public HandleBasicCancelOk ( string consumerTag ) : void | ||
consumerTag | string | |
return | void |
public HandleBasicConsumeOk ( string consumerTag ) : void | ||
consumerTag | string | |
return | void |
public HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void | ||
consumerTag | string | |
deliveryTag | ulong | |
redelivered | bool | |
exchange | string | |
routingKey | string | |
basicProperties | IBasicProperties | |
body | byte | |
return | void |
public HandleBasicGetOk ( ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte body ) : void | ||
deliveryTag | ulong | |
redelivered | bool | |
exchange | string | |
routingKey | string | |
messageCount | uint | |
basicProperties | IBasicProperties | |
body | byte | |
return | void |
public HandleBasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
requeue | bool | |
return | void |
public HandleBasicReturn ( ushort replyCode, string replyText, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void | ||
replyCode | ushort | |
replyText | string | |
exchange | string | |
routingKey | string | |
basicProperties | IBasicProperties | |
body | byte | |
return | void |
public HandleChannelClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
replyCode | ushort | |
replyText | string | |
classId | ushort | |
methodId | ushort | |
return | void |
public HandleChannelFlow ( bool active ) : void | ||
active | bool | |
return | void |
public HandleCommand ( ISession session, |
||
session | ISession | |
cmd | ||
return | void |
public HandleConnectionBlocked ( string reason ) : void | ||
reason | string | |
return | void |
public HandleConnectionClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
replyCode | ushort | |
replyText | string | |
classId | ushort | |
methodId | ushort | |
return | void |
public HandleConnectionOpenOk ( string knownHosts ) : void | ||
knownHosts | string | |
return | void |
public HandleConnectionSecure ( byte challenge ) : void | ||
challenge | byte | |
return | void |
public HandleConnectionStart ( byte versionMajor, byte versionMinor, object>.IDictionary |
||
versionMajor | byte | |
versionMinor | byte | |
serverProperties | object>.IDictionary | |
mechanisms | byte | |
locales | byte | |
return | void |
public HandleConnectionTune ( ushort channelMax, uint frameMax, ushort heartbeat ) : void | ||
channelMax | ushort | |
frameMax | uint | |
heartbeat | ushort | |
return | void |
public HandleQueueDeclareOk ( string queue, uint messageCount, uint consumerCount ) : void | ||
queue | string | |
messageCount | uint | |
consumerCount | uint | |
return | void |
protected Initialise ( ISession session ) : void | ||
session | ISession | |
return | void |
public ModelBase ( ISession session, ConsumerWorkService workService ) | ||
session | ISession | |
workService | ConsumerWorkService |
public ModelRpc ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : RabbitMQ.Client.Impl.MethodBase | ||
method | RabbitMQ.Client.Impl.MethodBase | |
header | RabbitMQ.Client.Impl.ContentHeaderBase | |
body | byte | |
return | RabbitMQ.Client.Impl.MethodBase |
public ModelSend ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : void | ||
method | RabbitMQ.Client.Impl.MethodBase | |
header | RabbitMQ.Client.Impl.ContentHeaderBase | |
body | byte | |
return | void |
public OnBasicAck ( RabbitMQ.Client.Events.BasicAckEventArgs args ) : void | ||
args | RabbitMQ.Client.Events.BasicAckEventArgs | |
return | void |
public OnBasicNack ( RabbitMQ.Client.Events.BasicNackEventArgs args ) : void | ||
args | RabbitMQ.Client.Events.BasicNackEventArgs | |
return | void |
public OnBasicRecoverOk ( |
||
args | ||
return | void |
public OnBasicReturn ( RabbitMQ.Client.Events.BasicReturnEventArgs args ) : void | ||
args | RabbitMQ.Client.Events.BasicReturnEventArgs | |
return | void |
public OnCallbackException ( RabbitMQ.Client.Events.CallbackExceptionEventArgs args ) : void | ||
args | RabbitMQ.Client.Events.CallbackExceptionEventArgs | |
return | void |
public OnFlowControl ( RabbitMQ.Client.Events.FlowControlEventArgs args ) : void | ||
args | RabbitMQ.Client.Events.FlowControlEventArgs | |
return | void |
public OnModelShutdown ( ShutdownEventArgs reason ) : void | ||
reason | ShutdownEventArgs | |
return | void |
public OnSessionShutdown ( object sender, ShutdownEventArgs reason ) : void | ||
sender | object | |
reason | ShutdownEventArgs | |
return | void |
public QueueBind ( string queue, string exchange, string routingKey, object>.IDictionary |
||
queue | string | |
exchange | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public QueueBindNoWait ( string queue, string exchange, string routingKey, object>.IDictionary |
||
queue | string | |
exchange | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public QueueDeclare ( string queue, bool durable, bool exclusive, bool autoDelete, object>.IDictionary |
||
queue | string | |
durable | bool | |
exclusive | bool | |
autoDelete | bool | |
arguments | object>.IDictionary | |
return | QueueDeclareOk |
public QueueDeclareNoWait ( string queue, bool durable, bool exclusive, bool autoDelete, object>.IDictionary |
||
queue | string | |
durable | bool | |
exclusive | bool | |
autoDelete | bool | |
arguments | object>.IDictionary | |
return | void |
public QueueDeclarePassive ( string queue ) : QueueDeclareOk | ||
queue | string | |
return | QueueDeclareOk |
public QueueDelete ( string queue, bool ifUnused, bool ifEmpty ) : uint | ||
queue | string | |
ifUnused | bool | |
ifEmpty | bool | |
return | uint |
public QueueDeleteNoWait ( string queue, bool ifUnused, bool ifEmpty ) : void | ||
queue | string | |
ifUnused | bool | |
ifEmpty | bool | |
return | void |
public abstract QueueUnbind ( string queue, string exchange, string routingKey, object>.IDictionary |
||
queue | string | |
exchange | string | |
routingKey | string | |
arguments | object>.IDictionary | |
return | void |
public SetCloseReason ( ShutdownEventArgs reason ) : bool | ||
reason | ShutdownEventArgs | |
return | bool |
public TransmitAndEnqueue ( |
||
cmd | ||
k | IRpcContinuation | |
return | void |
public WaitForConfirms ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
return | bool |
public WaitForConfirms ( System.TimeSpan timeout, bool &timedOut ) : bool | ||
timeout | System.TimeSpan | |
timedOut | bool | |
return | bool |
public WaitForConfirmsOrDie ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
public abstract _Private_BasicCancel ( string consumerTag, bool nowait ) : void | ||
consumerTag | string | |
nowait | bool | |
return | void |
public abstract _Private_BasicConsume ( string queue, string consumerTag, bool noLocal, bool autoAck, bool exclusive, bool nowait, object>.IDictionary |
||
queue | string | |
consumerTag | string | |
noLocal | bool | |
autoAck | bool | |
exclusive | bool | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_BasicGet ( string queue, bool autoAck ) : void | ||
queue | string | |
autoAck | bool | |
return | void |
public abstract _Private_BasicPublish ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : void | ||
exchange | string | |
routingKey | string | |
mandatory | bool | |
basicProperties | IBasicProperties | |
body | byte | |
return | void |
public abstract _Private_BasicRecover ( bool requeue ) : void | ||
requeue | bool | |
return | void |
public abstract _Private_ChannelClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
replyCode | ushort | |
replyText | string | |
classId | ushort | |
methodId | ushort | |
return | void |
public abstract _Private_ChannelCloseOk ( ) : void | ||
return | void |
public abstract _Private_ChannelFlowOk ( bool active ) : void | ||
active | bool | |
return | void |
public abstract _Private_ChannelOpen ( string outOfBand ) : void | ||
outOfBand | string | |
return | void |
public abstract _Private_ConfirmSelect ( bool nowait ) : void | ||
nowait | bool | |
return | void |
public abstract _Private_ConnectionClose ( ushort replyCode, string replyText, ushort classId, ushort methodId ) : void | ||
replyCode | ushort | |
replyText | string | |
classId | ushort | |
methodId | ushort | |
return | void |
public abstract _Private_ConnectionCloseOk ( ) : void | ||
return | void |
public abstract _Private_ConnectionOpen ( string virtualHost, string capabilities, bool insist ) : void | ||
virtualHost | string | |
capabilities | string | |
insist | bool | |
return | void |
public abstract _Private_ConnectionSecureOk ( byte response ) : void | ||
response | byte | |
return | void |
public abstract _Private_ConnectionStartOk ( object>.IDictionary |
||
clientProperties | object>.IDictionary | |
mechanism | string | |
response | byte | |
locale | string | |
return | void |
public abstract _Private_ExchangeBind ( string destination, string source, string routingKey, bool nowait, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_ExchangeDeclare ( string exchange, string type, bool passive, bool durable, bool autoDelete, bool @internal, bool nowait, object>.IDictionary |
||
exchange | string | |
type | string | |
passive | bool | |
durable | bool | |
autoDelete | bool | |
@internal | bool | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_ExchangeDelete ( string exchange, bool ifUnused, bool nowait ) : void | ||
exchange | string | |
ifUnused | bool | |
nowait | bool | |
return | void |
public abstract _Private_ExchangeUnbind ( string destination, string source, string routingKey, bool nowait, object>.IDictionary |
||
destination | string | |
source | string | |
routingKey | string | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_QueueBind ( string queue, string exchange, string routingKey, bool nowait, object>.IDictionary |
||
queue | string | |
exchange | string | |
routingKey | string | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_QueueDeclare ( string queue, bool passive, bool durable, bool exclusive, bool autoDelete, bool nowait, object>.IDictionary |
||
queue | string | |
passive | bool | |
durable | bool | |
exclusive | bool | |
autoDelete | bool | |
nowait | bool | |
arguments | object>.IDictionary | |
return | void |
public abstract _Private_QueueDelete ( string queue, bool ifUnused, bool ifEmpty, bool nowait ) : uint | ||
queue | string | |
ifUnused | bool | |
ifEmpty | bool | |
nowait | bool | |
return | uint |
public abstract _Private_QueuePurge ( string queue, bool nowait ) : uint | ||
queue | string | |
nowait | bool | |
return | uint |
protected handleAckNack ( ulong deliveryTag, bool multiple, bool isNack ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
isNack | bool | |
return | void |
public BlockingCell,RabbitMQ.Util m_connectionStartCell | ||
return |
public RpcContinuationQueue,RabbitMQ.Client.Impl m_continuationQueue | ||
return | RabbitMQ.Client.Impl.RpcContinuationQueue |