Method AckTerminateAsync
AckTerminateAsync(AckOpts?, CancellationToken)
Instructs the server to stop redelivery of the message without acknowledging it as successfully processed.
ValueTask AckTerminateAsync(AckOpts? opts = null, CancellationToken cancellationToken = default)
Parameters
opts
AckOpts?Ack options.
cancellationToken
CancellationTokenA CancellationToken used to cancel the call.