WebOperationContext.Attach(OperationContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.