Freigeben über


WcfCommunicationClientFactory<TServiceContract>.CreateWcfCommunicationClient Methode

Definition

Erstellt WCF-Kommunikationsclients für die Kommunikation über den angegebenen Kanal.

protected virtual Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract> CreateWcfCommunicationClient (TServiceContract channel);
abstract member CreateWcfCommunicationClient : 'ServiceContract -> Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract (requires 'ServiceContract : null)>
override this.CreateWcfCommunicationClient : 'ServiceContract -> Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract (requires 'ServiceContract : null)>
Protected Overridable Function CreateWcfCommunicationClient (channel As TServiceContract) As WcfCommunicationClient(Of TServiceContract)

Parameter

channel
TServiceContract

Dienstvertragsbasierter WCF-Kanal.

Gibt zurück

Der erstellte Kommunikationsclient

Gilt für: