WebOperationContext.Attach(OperationContext) Methode

Definitie

Koppelt het huidige WebOperationContext exemplaar aan het opgegeven OperationContext exemplaar.

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)

Parameters

owner
OperationContext

De OperationContext aan te koppelen.

Implementeringen

Van toepassing op