IContextPropertyActivator.DeliverClientContextToServerContext Method

Definition

Called on each client context property that has this interface, when the construction request returns to the client from the server.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

Returns

true if successful; otherwise, false.

Attributes

Remarks

The current method is called on each server context property that implements the IContextPropertyActivator interface when a construction request arrives at a server. This allows the context property to examine the contents of each IConstructionCallMessage.

Applies to