Table of Contents

Method AckTerminateAsync

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll

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 CancellationToken

A CancellationToken used to cancel the call.

Returns

ValueTask

A ValueTask representing the async call.