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.DeliverServerContextToClientContext

Called on each client context property that has this interface, when the construction request returns to the client from the server. The context property can examine the contents of the IConstructionReturnMessage.

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

Parameters

msg
[To be supplied.]

See Also

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