Sdílet prostřednictvím


WebOperationContext.Attach(OperationContext) Metoda

Definice

Připojí aktuální WebOperationContext instanci k zadané OperationContext instanci.

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)

Parametry

owner
OperationContext

K OperationContext připojení se má připojit.

Implementuje

Platí pro