Partager via


WcfServiceRemotingListener.ICommunicationListener.OpenAsync Méthode

Définition

Cette méthode entraîne l’ouverture de l’écouteur de communication. Une fois l’opération Ouverte 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 à