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> | Whether the un-registration was successful on the server. |