Method RemoveAsync
RemoveAsync(NatsSubBase)
Remove a subscription.
ValueTask RemoveAsync(NatsSubBase sub)
Parameters
sub
NatsSubBaseSubscription to remove.
Returns
- ValueTask
A value task that represents the asynchronous remove operation.
Remove a subscription.
ValueTask RemoveAsync(NatsSubBase sub)
sub
NatsSubBaseSubscription to remove.
A value task that represents the asynchronous remove operation.