Partager via


WcfCommunicationClientFactory<TServiceContract>.CreateClientAsync Méthode

Définition

Crée un client de communication pour l’adresse de point de terminaison donnée.

protected override System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract>> CreateClientAsync (string endpoint, System.Threading.CancellationToken cancellationToken);
override this.CreateClientAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract>>
Protected Overrides Function CreateClientAsync (endpoint As String, cancellationToken As CancellationToken) As Task(Of WcfCommunicationClient(Of TServiceContract))

Paramètres

endpoint
String

Adresse de point de terminaison où le service écoute

cancellationToken
CancellationToken

Jeton d’annulation

Retours

Task<WcfCommunicationClient<TServiceContract>>

Client de communication créé

S’applique à