StreamSubscriptionHandle<T>.UnsubscribeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unsubscribe a stream consumer from this observable.
public abstract System.Threading.Tasks.Task UnsubscribeAsync ();
abstract member UnsubscribeAsync : unit -> System.Threading.Tasks.Task
Public MustOverride Function UnsubscribeAsync () As Task
Returns
A Task representing the operation.