Partager via


NEAppProxyFlow.OpenWithLocalEndpointAsync(NWHostEndpoint) Méthode

Définition

Ouvre le flux.

public virtual System.Threading.Tasks.Task OpenWithLocalEndpointAsync (NetworkExtension.NWHostEndpoint localEndpoint);
abstract member OpenWithLocalEndpointAsync : NetworkExtension.NWHostEndpoint -> System.Threading.Tasks.Task
override this.OpenWithLocalEndpointAsync : NetworkExtension.NWHostEndpoint -> System.Threading.Tasks.Task

Paramètres

localEndpoint
NWHostEndpoint

À ajouter. Ce paramètre peut être .

Retours

Tâche qui représente l’opération Asynchrone OpenWithLocalEndpoint

Remarques

La méthode OpenWithLocalEndpointAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à