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 );
IContextPropertyActivator Interface | IContextPropertyActivator Members | System.Runtime.Remoting Namespace