UrlAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Methode

Definition

Erzwingt die Erstellung des Kontexts und des Serverobjekts innerhalb des Kontexts an der angegebenen URL.

public:
 override void GetPropertiesForNewContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ ctorMsg);
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
[System.Runtime.InteropServices.ComVisible(true)]
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
Public Overrides Sub GetPropertiesForNewContext (ctorMsg As IConstructionCallMessage)

Parameter

ctorMsg
IConstructionCallMessage

Die IConstructionCallMessage des zu erstellenden Serverobjekts.

Attribute

Ausnahmen

Der direkte Aufrufer verfügt nicht über die Berechtigung für die Infrastruktur.

Hinweise

GetPropertiesForNewContext trägt keine Eigenschaften zum neuen Kontext bei, da er von der Remotinginfrastruktur verwendet wird, um die Erstellung des Kontexts und des Serverobjekts innerhalb des Kontexts an der angegebenen URL zu erzwingen.

Gilt für: