UrlAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Método

Definição

Força a criação do contexto e do objeto servidor dentro do contexto na URL especificada.

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)

Parâmetros

ctorMsg
IConstructionCallMessage

O IConstructionCallMessage do objeto servidor a criar.

Atributos

Exceções

O interlocutor imediato não tem autorização para infraestruturas.

Observações

GetPropertiesForNewContext não contribui com quaisquer propriedades para o novo contexto porque é usado pela infraestrutura remota para forçar a criação do contexto e do objeto servidor dentro do contexto na URL especificada.

Aplica-se a