IContextPropertyActivator.DeliverClientContextToServerContext Método

Definición

Se llama a en cada propiedad de contexto de cliente que tiene esta interfaz, cuando la solicitud de construcción vuelve al cliente desde el servidor.

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

true, si es correcto; en caso 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