OperationInfoBase.GetContractType(IServiceProvider) Method

Definition

Returns the type of the contract associated with this operation.

protected public:
 abstract Type ^ GetContractType(IServiceProvider ^ provider);
protected internal abstract Type GetContractType (IServiceProvider provider);
abstract member GetContractType : IServiceProvider -> Type
Protected Friend MustOverride Function GetContractType (provider As IServiceProvider) As Type

Parameters

provider
IServiceProvider

The service provider associated with this operation.

Returns

A Type object representing the type of the contract associated with this operation.

Applies to