Freigeben über


WcfCommunicationClientFactory<TServiceContract>.ValidateClient Methode

Definition

Überlädt

ValidateClient(WcfCommunicationClient<TServiceContract>)

Gibt true zurück, wenn der Client noch gültig ist. Verbindungsorientierte Transporte können diese Methode verwenden, um anzugeben, dass der Client nicht mehr mit dem Dienst verbunden ist.

ValidateClient(String, WcfCommunicationClient<TServiceContract>)

Gibt true zurück, wenn der Client weiterhin gültig ist und mit dem im Parameter angegebenen Endpunkt verbunden ist.

ValidateClient(WcfCommunicationClient<TServiceContract>)

Gibt true zurück, wenn der Client noch gültig ist. Verbindungsorientierte Transporte können diese Methode verwenden, um anzugeben, dass der Client nicht mehr mit dem Dienst verbunden ist.

protected override bool ValidateClient (Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract> client);
override this.ValidateClient : Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract (requires 'ServiceContract : null)> -> bool
Protected Overrides Function ValidateClient (client As WcfCommunicationClient(Of TServiceContract)) As Boolean

Parameter

client
WcfCommunicationClient<TServiceContract>

WCF-Kommunikationsclient

Gibt zurück

true, wenn der Client gültig ist, andernfalls false

Gilt für:

ValidateClient(String, WcfCommunicationClient<TServiceContract>)

Gibt true zurück, wenn der Client weiterhin gültig ist und mit dem im Parameter angegebenen Endpunkt verbunden ist.

protected override bool ValidateClient (string endpoint, Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract> client);
override this.ValidateClient : string * Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract (requires 'ServiceContract : null)> -> bool
Protected Overrides Function ValidateClient (endpoint As String, client As WcfCommunicationClient(Of TServiceContract)) As Boolean

Parameter

endpoint
String

Endpunktzeichenfolge

client
WcfCommunicationClient<TServiceContract>

WCF-Kommunikationsclient

Gibt zurück

true, wenn der Client gültig ist, andernfalls false

Gilt für: