Share via


IContextPropertyActivator.CollectFromServerContext Méthode

Définition

Appelé sur chaque propriété de contexte de serveur possédant cette interface, avant que la réponse de construction ne quitte le serveur pour le client.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 void CollectFromServerContext(System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ msg);
public void CollectFromServerContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
[System.Security.SecurityCritical]
public void CollectFromServerContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
abstract member CollectFromServerContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> unit
[<System.Security.SecurityCritical>]
abstract member CollectFromServerContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> unit
Public Sub CollectFromServerContext (msg As IConstructionReturnMessage)

Paramètres

Attributs

Remarques

La propriété de contexte peut examiner et manipuler le contenu du IConstructionReturnMessage.

S’applique à