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

Called on each server context property that has this interface, before the construction response leaves the server for the client. The context property can examine and manipulate the contents of the IConstructionReturnMessage.

[Visual Basic]
Sub CollectFromServerContext( _
   ByVal msg As IConstructionReturnMessage _
)
[C#]
void CollectFromServerContext(
   IConstructionReturnMessage msg
);
[C++]
void CollectFromServerContext(
   IConstructionReturnMessage* msg
) = 0;
[JScript]
function CollectFromServerContext(
   msg : IConstructionReturnMessage
);

Parameters

msg
[To be supplied.]

See Also

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