Method UnpinAsync
UnpinAsync(string, CancellationToken)
For ordered consumer this is a no-op since ordered consumers use ephemeral consumers.
public ValueTask UnpinAsync(string group, CancellationToken cancellationToken = default)
Parameters
groupstringThe priority group name to unpin.
cancellationTokenCancellationTokenA CancellationToken used to cancel the API call.