UnsubscribeAsync Method
UnsubscribeAsync(Guid)
Stops receiving messages for the given message listener.
Declaration
ValueTask<bool> UnsubscribeAsync(Guid subscriptionId)
Parameters
Guid | subscriptionId | Id of listener registration. |
Returns
ValueTask<Boolean> | Whether the operation completed successfully. |
Remarks
Stops receiving messages for the given message listener. If the given listener already removed, this method does nothing.