IActivator.Activate(IConstructionCallMessage) Methode

Definitie

Hiermee maakt u een exemplaar van het object dat is opgegeven in de opgegeven IConstructionCallMessage.

public:
 System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ Activate(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate(System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
[<System.Security.SecurityCritical>]
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
Public Function Activate (msg As IConstructionCallMessage) As IConstructionReturnMessage

Parameters

msg
IConstructionCallMessage

De informatie over het object dat nodig is om het te activeren, opgeslagen in een IConstructionCallMessage.

Retouren

Status van de objectactivering in een IConstructionReturnMessage.

Kenmerken

Uitzonderingen

De directe beller heeft geen infrastructuurmachtiging.

Van toepassing op