次の方法で共有


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

実装

適用対象