Compartir a través de


IContextPropertyActivator.DeliverClientContextToServerContext Método

Definición

Se llama a este método en todas las propiedades de contexto de cliente que esta interfaz tiene, cuando el servidor devuelve al cliente la solicitud de construcción.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

Devoluciones

Boolean

true si es correcto; de lo contrario, false.

Atributos

Comentarios

Se llama al método actual en cada propiedad de contexto de servidor que implementa la IContextPropertyActivator interfaz cuando llega una solicitud de construcción a un servidor. Esto permite que la propiedad de contexto examine el contenido de cada IConstructionCallMessage .

Se aplica a