NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IActivator.Activate

Creates an instance of the object. The parameters are encapsulated in a message.

[Visual Basic]
Function Activate( _
   ByVal msg As IConstructionCallMessage _
) As IConstructionReturnMessage
[C#]
IConstructionReturnMessage Activate(
   IConstructionCallMessage msg
);
[C++]
IConstructionReturnMessage* Activate(
   IConstructionCallMessage* msg
) = 0;
[JScript]
function Activate(
   msg : IConstructionCallMessage
) : IConstructionReturnMessage;

Parameters

msg

See Also

IActivator Interface | IActivator Members | System.Runtime.Remoting Namespace