Freigeben über


WcfCommunicationClientFactory<TServiceContract>.CreateClientAsync Methode

Definition

Erstellt einen Kommunikationsclient für die angegebene Endpunktadresse.

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))

Parameter

endpoint
String

Endpunktadresse, an der der Dienst lauscht

cancellationToken
CancellationToken

Abbruchtoken

Gibt zurück

Task<WcfCommunicationClient<TServiceContract>>

Der kommunikationsclient, der erstellt wurde

Gilt für: