Метод | Описание | |
---|---|---|
Ack ( IEnumerable |
Ack all messages provided in the list
|
|
Ack ( ulong deliveryTag ) : void |
Ack a message by its delivery tag
|
|
AckAllOutstandingMessages ( ) : void |
Beware of using this method. It acks all unacknowledged messages
|
|
AckAllUpTo ( ulong deliveryTag ) : void |
Ack all messages that have delivery tag less than or equal provided delivery tag
|
|
Cancel ( ) : void |
Cancel subscription
|
|
Nack ( IEnumerable |
Nack all messages privided by delivery tags in the list
|
|
Nack ( ulong deliveryTag, bool requeue ) : void |
Nack a messages by it's delivery tag
|
|
NackAllOutstandingMessages ( bool requeue ) : void |
Beware of using this method. It nacks all unacknowledged messages
|
|
NackAllUpTo ( ulong deliveryTag, bool requeue ) : void |
Nack all messages that have delivery tags less than or equal provided delivery tag
|
|
SetChannel ( IModel channel ) : void |
Set the IModel (aka channel)
|
Метод | Описание | |
---|---|---|
Subscription ( ) : System | ||
Subscription ( IModel channel ) : System |
Метод | Описание | |
---|---|---|
CanAckNackAll ( List |
||
TryAck ( IModel channel, ulong deliveryTag, bool multiple, IRabbitWatcher watcher = null ) : void | ||
TryAckOrNack ( string consumerTag, bool ack, IModel channel, ulong deliveryTag, bool multiple, bool requeue, IRabbitWatcher watcher = null ) : void | ||
TryCancel ( Action |
||
TryNack ( IModel channel, ulong deliveryTag, bool multiple, bool requeue, IRabbitWatcher watcher = null ) : void |
public Ack ( IEnumerable |
||
deliveryTags | IEnumerable |
|
Результат | void |
public AckAllOutstandingMessages ( ) : void | ||
Результат | void |
public AckAllUpTo ( ulong deliveryTag ) : void | ||
deliveryTag | ulong | |
Результат | void |
public Nack ( IEnumerable |
||
deliveryTags | IEnumerable |
|
requeue | bool | |
Результат | void |
public Nack ( ulong deliveryTag, bool requeue ) : void | ||
deliveryTag | ulong | |
requeue | bool | |
Результат | void |
public NackAllOutstandingMessages ( bool requeue ) : void | ||
requeue | bool | |
Результат | void |
public NackAllUpTo ( ulong deliveryTag, bool requeue ) : void | ||
deliveryTag | ulong | |
requeue | bool | |
Результат | void |
public SetChannel ( IModel channel ) : void | ||
channel | IModel | |
Результат | void |
protected Subscription ( IModel channel ) : System | ||
channel | IModel | |
Результат | System |