다음을 통해 공유


DiscoveryOperationContextExtension.IExtension<OperationContext>.Attach 메서드

정의

Attach(T) 메서드의 구현입니다.

 virtual void System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach(System::ServiceModel::OperationContext ^ owner) = System::ServiceModel::IExtension<System::ServiceModel::OperationContext ^>::Attach;
void IExtension<OperationContext>.Attach (System.ServiceModel.OperationContext owner);
abstract member System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach : System.ServiceModel.OperationContext -> unit
override this.System.ServiceModel.IExtension<System.ServiceModel.OperationContext>.Attach : System.ServiceModel.OperationContext -> unit
Sub Attach (owner As OperationContext) Implements IExtension(Of OperationContext).Attach

매개 변수

owner
OperationContext

확장을 연결할 작업 컨텍스트입니다.

구현

적용 대상