Represents Basic.GetOk responses from the server.
public sealed class BasicGetResult
BasicGetResult
Sets the new instance's properties from the arguments passed in.
public BasicGetResult(ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IReadOnlyBasicProperties basicProperties, ReadOnlyMemory<byte> body)
Parameters
deliveryTag
ulong
Delivery tag for the message.
redelivered
bool
Redelivered flag for the message
exchange
string
The exchange this message was published to.
routingKey
string
Routing key with which the message was published.
messageCount
uint
The number of messages pending on the queue, excluding the message being delivered.
basicProperties
IReadOnlyBasicProperties
The Basic-class content header properties for the message.
body
ReadOnlyMemory<byte>
The body
Retrieves the Basic-class content header properties for this message.
public readonly IReadOnlyBasicProperties BasicProperties
Field Value
Retrieves the body of this message.
public readonly ReadOnlyMemory<byte> Body
Field Value
Retrieve the delivery tag for this message. See also BasicAckAsync(ulong, bool, CancellationToken).
public readonly ulong DeliveryTag
Field Value
Retrieve the exchange this message was published to.
public readonly string Exchange
Field Value
Retrieve the number of messages pending on the queue, excluding the message being delivered.
public readonly uint MessageCount
Field Value
Retrieve the redelivered flag for this message.
public readonly bool Redelivered
Field Value
Retrieve the routing key with which this message was published.
public readonly string RoutingKey
Field Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4