共用方式為


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

實作

適用於