WcfCommunicationClientFactory<TServiceContract>.ValidateClient Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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
WCF-Kommunikationsclient
Gibt zurück
true, wenn der Client gültig ist, andernfalls false
Gilt für:
Azure SDK for .NET