System.Runtime.Remoting.Contexts.IContextPropertyActivator Members

The members of System.Runtime.Remoting.Contexts.IContextPropertyActivator are listed below.

Public Methods

CollectFromClientContext(System.Runtime.Remoting.Activation.IConstructionCallMessage)

Called on each client context property that has this interface, before the construction request leaves the client.

CollectFromServerContext(System.Runtime.Remoting.Activation.IConstructionReturnMessage)

Called on each server context property that has this interface, before the construction response leaves the server for the client.

DeliverClientContextToServerContext(System.Runtime.Remoting.Activation.IConstructionCallMessage) : bool

Called on each client context property that has this interface, when the construction request returns to the client from the server.

DeliverServerContextToClientContext(System.Runtime.Remoting.Activation.IConstructionReturnMessage) : bool

Called on each client context property that has this interface, when the construction request returns to the client from the server.

IsOKToActivate(System.Runtime.Remoting.Activation.IConstructionCallMessage) : bool

Indicates whether it is all right to activate the object type indicated in the msg parameter.