IContextPropertyActivator.CollectFromClientContext Metod

Definition

Anropade varje klientkontextegenskap som har det här gränssnittet innan byggbegäran lämnar klienten.

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

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

Parametrar

Attribut

Kommentarer

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

Gäller för