UnsubscribeAsync Method UnsubscribeAsync(Guid) Unsubscribe from events. Declaration ValueTask<bool> UnsubscribeAsync(Guid subscriptionId) Parameters Guid subscriptionId The unique identifier of the subscription. Returns ValueTask<bool> Whether the un-registration was successful on the server.