NEFilterProvider.StopFilterAsync(NEProviderStopReason) Method

Definition

public virtual System.Threading.Tasks.Task StopFilterAsync (NetworkExtension.NEProviderStopReason reason);
abstract member StopFilterAsync : NetworkExtension.NEProviderStopReason -> System.Threading.Tasks.Task
override this.StopFilterAsync : NetworkExtension.NEProviderStopReason -> System.Threading.Tasks.Task

Parameters

Returns

A task that represents the asynchronous StopFilter operation

Remarks

The StopFilterAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to