WcfServiceRemotingListener.ICommunicationListener.OpenAsync 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.
Cette méthode entraîne l’ouverture de l’écouteur de communication. Une fois l’ouverture terminée, l’écouteur de communication devient utilisable : accepte et envoie des messages.
System.Threading.Tasks.Task<string> ICommunicationListener.OpenAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.OpenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.OpenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Function OpenAsync (cancellationToken As CancellationToken) As Task(Of String) Implements ICommunicationListener.OpenAsync
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation
Retours
Tâche qui représente l’opération en suspens. Le résultat de la tâche est la chaîne de point de terminaison.
Implémente
S’applique à
Azure SDK for .NET