Table of Contents

Method RemoveAsync

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

RemoveAsync(NatsSubBase)

Remove a subscription.

ValueTask RemoveAsync(NatsSubBase sub)

Parameters

sub NatsSubBase

Subscription to remove.

Returns

ValueTask

A value task that represents the asynchronous remove operation.