Partager via


WebOperationContext.Attach(OperationContext) Méthode

Définition

Attache l'instance de WebOperationContext actuelle à l'instance de OperationContext spécifiée.

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)

Paramètres

owner
OperationContext

Le OperationContext auquel s'attacher.

Implémente

S’applique à