IContextPropertyActivator.DeliverClientContextToServerContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.