NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContextPropertyActivator.DeliverClientContextToServerContext

Called on each server context property that has this interface, when the construction request arrives at the server from the client. The context property can examine the contents of the IConstructionCallMessage.

[Visual Basic]
Function DeliverClientContextToServerContext( _
   ByVal msg As IConstructionCallMessage _
) As Boolean
[C#]
bool DeliverClientContextToServerContext(
   IConstructionCallMessage msg
);
[C++]
bool DeliverClientContextToServerContext(
   IConstructionCallMessage* msg
) = 0;
[JScript]
function DeliverClientContextToServerContext(
   msg : IConstructionCallMessage
) : Boolean;

Parameters

msg
[To be supplied.]

See Also

IContextPropertyActivator Interface | IContextPropertyActivator Members | System.Runtime.Remoting Namespace