NETunnelProvider.SetTunnelNetworkSettingsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour les paramètres réseau du tunnel.
public virtual System.Threading.Tasks.Task SetTunnelNetworkSettingsAsync (NetworkExtension.NETunnelNetworkSettings tunnelNetworkSettings);
abstract member SetTunnelNetworkSettingsAsync : NetworkExtension.NETunnelNetworkSettings -> System.Threading.Tasks.Task
override this.SetTunnelNetworkSettingsAsync : NetworkExtension.NETunnelNetworkSettings -> System.Threading.Tasks.Task
Paramètres
- tunnelNetworkSettings
- NETunnelNetworkSettings
À ajouter. Ce paramètre peut être .
Retours
Tâche qui représente l’opération setTunnelNetworkSettings asynchrone
Remarques
La méthode SetTunnelNetworkSettingsAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.