System.Runtime.Remoting.Contexts.IContextPropertyActivator.DeliverClientContextToServerContext Method

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

Syntax

public bool DeliverClientContextToServerContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg)

Parameters

msg
An System.Runtime.Remoting.Activation.IConstructionCallMessage.

Returns

true if successful; otherwise, false.

Remarks

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

Requirements

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0