OracleEBSAdapter.IsHandlerSupported<TConnectionHandler> 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.
protected:
generic <typename TConnectionHandler>
where TConnectionHandler : class, Microsoft::ServiceModel::Channels::Common::IConnectionHandler override bool IsHandlerSupported();
protected override bool IsHandlerSupported<TConnectionHandler>() where TConnectionHandler : class, Microsoft.ServiceModel.Channels.Common.IConnectionHandler;
override this.IsHandlerSupported : unit -> bool (requires 'ConnectionHandler : null and 'ConnectionHandler :> Microsoft.ServiceModel.Channels.Common.IConnectionHandler)
Protected Overrides Function IsHandlerSupported(Of TConnectionHandler As {Class, IConnectionHandler}) () As Boolean
Parâmetros de tipo
- TConnectionHandler