IContextPropertyActivator.CollectFromServerContext Metod

Definition

Anropade varje serverkontextegenskap som har det här gränssnittet innan byggsvaret lämnar servern för klienten.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

Attribut

Kommentarer

Kontextegenskapen kan undersöka och ändra innehållet i IConstructionReturnMessage.

Gäller för