public interface IConstructionCallMessage : IMethodCallMessage, IMethodMessage, IMessage
|
ActivationType | Read-only Gets the type of the remote object to activate. |
ActivationTypeName | Read-only Gets the full type name of the remote type to activate. |
Activator | Read-write Gets or sets the activator that activates the remote object. |
CallSiteActivationAttributes | Read-only Gets the call site activation attributes. |
ContextProperties | Read-only Gets a list of context properties that define the context in which the object is to be created. |
Hierarchy:
Type ActivationType {get;}
|
string ActivationTypeName {get;}
|
IActivator Activator {get; set;}
|
If you add your own activator in the activator chain in the message on the client side, if deemed necessary the activator will be serialized and transported to the server side. For this reason, custom activators should be fairly lightweight in terms of serialization requirements.
object[] CallSiteActivationAttributes {get;}
|
IList ContextProperties {get;}
|