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