Condividi tramite


NEAppProxyProvider.StopProxyAsync(NEProviderStopReason) Metodo

Definizione

Arresta il proxy con l'oggetto specificato reason e viene eseguito completionHanler al termine dell'operazione.

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

Parametri

Restituisce

Attività che rappresenta l'operazione StopProxy asincrona

Commenti

Il metodo StopProxyAsync è adatto per essere usato con C# asincrono restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Da aggiungere.

Si applica a