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
optsAckOpts?Ack options.
cancellationTokenCancellationTokenA CancellationToken used to cancel the call.