WcfCommunicationClientFactory<TServiceContract>.ValidateClient Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ValidateClient(WcfCommunicationClient<TServiceContract>) |
Retornará true se o cliente ainda for válido. Os transportes orientados para conexão podem usar esse método para indicar que o cliente não está mais conectado ao serviço. |
ValidateClient(String, WcfCommunicationClient<TServiceContract>) |
Retornará true se o cliente ainda for válido e estiver conectado ao ponto de extremidade especificado no parâmetro . |
ValidateClient(WcfCommunicationClient<TServiceContract>)
Retornará true se o cliente ainda for válido. Os transportes orientados para conexão podem usar esse método para indicar que o cliente não está mais conectado ao serviço.
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
Parâmetros
Cliente de comunicação do WCF
Retornos
true se o cliente for válido, caso contrário, false
Aplica-se a
ValidateClient(String, WcfCommunicationClient<TServiceContract>)
Retornará true se o cliente ainda for válido e estiver conectado ao ponto de extremidade especificado no parâmetro .
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
Parâmetros
- endpoint
- String
cadeia de caracteres do ponto de extremidade
Cliente de comunicação do WCF
Retornos
true se o cliente for válido, caso contrário, false
Aplica-se a
Azure SDK for .NET