UnsubscribeAsync Method
UnsubscribeAsync(Guid)
Unsubscribe from events.
Declaration
ValueTask<bool> UnsubscribeAsync(Guid subscriptionId)
Parameters
Guid | subscriptionId | The unique identifier of the subscription. |
Returns
ValueTask<Boolean> |
|
Remarks
When this method completes, handler will stop receiving events immediately. Member side event subscriptions will eventually be removed.