IContextPropertyActivator.DeliverClientContextToServerContext 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.
Appelé sur chaque propriété de contexte de client possédant cette interface, lorsque la demande de construction retourne au client à partir du serveur.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
bool DeliverClientContextToServerContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public bool DeliverClientContextToServerContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public bool DeliverClientContextToServerContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member DeliverClientContextToServerContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Security.SecurityCritical>]
abstract member DeliverClientContextToServerContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Function DeliverClientContextToServerContext (msg As IConstructionCallMessage) As Boolean
Paramètres
Élément IConstructionCallMessage.
Retours
true
en cas de réussite ; sinon, false
.
- Attributs
Remarques
La méthode actuelle est appelée sur chaque propriété de contexte de serveur qui implémente l' IContextPropertyActivator interface lorsqu’une demande de construction arrive sur un serveur. Cela permet à la propriété de contexte d’examiner le contenu de chaque IConstructionCallMessage .