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