UrlAttribute.GetPropertiesForNewContext(IConstructionCallMessage) Método

Definição

Força a criação do contexto e do objeto de 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 de servidor a ser criado.

Atributos

Exceções

O chamador imediato não tem permissão de infraestrutura.

Comentários

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

Aplica-se a