WebOperationContext.Attach(OperationContext) Methode

Definition

Hängt die aktuelle WebOperationContext-Instanz an die angegebene OperationContext-Instanz an.

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)

Parameter

owner
OperationContext

Die OperationContext-Instanz, an die die Instanz angehängt wird.

Implementiert

Gilt für: