public interface IContextPropertyActivator
|
IContextPropertyActivator is also used to collect information from the client and server context property and to deliver information from the server context properties to the client context properties when returning to the client Context.
CollectFromClientContext | Called on each client context property that has this interface, before the construction request leaves the client. |
CollectFromServerContext | Called on each server context property that has this interface, before the construction response leaves the server for the client. |
DeliverClientContextToServerContext | DeliverClientContextToServerContext |
DeliverServerContextToClientContext | Called on each client context property that has this interface, when the construction request returns to the client from the server. |
IsOKToActivate | Indicates whether it is all right to activate the object type indicated in the msg parameter. |
void CollectFromClientContext( |
msg
void CollectFromServerContext( |
msg
bool DeliverClientContextToServerContext( |
msg
bool DeliverServerContextToClientContext( |
msg
bool IsOKToActivate( |
msg