IContextPropertyActivator.DeliverServerContextToClientContext Metod

Definition

Anropas för varje klientkontextegenskap som har det här gränssnittet när byggbegäran returneras till klienten från servern.

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

public:
 bool DeliverServerContextToClientContext(System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ msg);
public bool DeliverServerContextToClientContext(System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
[System.Security.SecurityCritical]
public bool DeliverServerContextToClientContext(System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
[<System.Security.SecurityCritical>]
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
Public Function DeliverServerContextToClientContext (msg As IConstructionReturnMessage) As Boolean

Parametrar

Returer

true om det lyckas; annars false.

Attribut

Kommentarer

Kontextegenskapen kan undersöka innehållet i IConstructionReturnMessage.

Gäller för