WebOperationContext.Attach(OperationContext) 方法

定义

将当前的 WebOperationContext 实例附加到指定的 OperationContext 实例。

public:
 virtual void Attach(System::ServiceModel::OperationContext ^ owner);
public void Attach (System.ServiceModel.OperationContext owner);
abstract member Attach : System.ServiceModel.OperationContext -> unit
override this.Attach : System.ServiceModel.OperationContext -> unit
Public Sub Attach (owner As OperationContext)

参数

owner
OperationContext

要附加到的 OperationContext

实现

适用于