Sdílet prostřednictvím


IContextPropertyActivator.CollectFromServerContext Metoda

Definice

Volána u každé kontextové vlastnosti serveru, která má toto rozhraní, předtím, než odpověď na konstrukci opustí server pro klienta.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

Atributy

Poznámky

Vlastnost context může zkoumat a manipulovat s obsahem objektu IConstructionReturnMessage.

Platí pro