RoutingBehavior.GetContractForDescription(ContractDescription) Método
Definição
Obtém o tipo de contrato do ContractDescription especificado.Gets the contract type for the specified ContractDescription.
public:
static Type ^ GetContractForDescription(System::ServiceModel::Description::ContractDescription ^ description);
public static Type GetContractForDescription (System.ServiceModel.Description.ContractDescription description);
static member GetContractForDescription : System.ServiceModel.Description.ContractDescription -> Type
Public Shared Function GetContractForDescription (description As ContractDescription) As Type
Parâmetros
- description
- ContractDescription
A descrição do contrato cujo tipo obter.The contract description to get the type of.
Retornos
O tipo do ContractDescription especificado.The type of the specified ContractDescription.