Aracılığıyla paylaş


IActivator.Activate(IConstructionCallMessage) Yöntem

Tanım

Sağlanan IConstructionCallMessageiçinde belirtilen nesnesinin bir örneğini oluşturur.

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

Parametreler

msg
IConstructionCallMessage

Bir içinde IConstructionCallMessagedepolanan, etkinleştirmek için gereken nesne hakkındaki bilgiler.

Döndürülenler

içinde IConstructionReturnMessagebulunan nesne etkinleştirmesinin durumu.

Öznitelikler

Özel durumlar

Hemen çağıranın altyapı izni yok.

Şunlara uygulanır