Method UnsubscribeFromResourceAsync
UnsubscribeFromResourceAsync(string, CancellationToken)
Unsubscribes from updates for a specific resource.
public Task UnsubscribeFromResourceAsync(string uri, CancellationToken cancellationToken = default)
Parameters
uristringThe URI of the resource to unsubscribe from.
cancellationTokenCancellationTokenA token to cancel the operation.