IContextPropertyActivator.DeliverServerContextToClientContext(IConstructionReturnMessage) Método
Definição
Chamado em cada propriedade de contexto de cliente que tem essa interface quando a solicitação de construção retorna ao cliente do servidor.Called on each client context property that has this interface, when the construction request returns to the client from the server.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
bool DeliverServerContextToClientContext(System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ msg);
public bool DeliverServerContextToClientContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
[System.Security.SecurityCritical]
public bool DeliverServerContextToClientContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
[<System.Security.SecurityCritical>]
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
Public Function DeliverServerContextToClientContext (msg As IConstructionReturnMessage) As Boolean
Parâmetros
Retornos
true se for bem-sucedido, caso contrário, false.true if successful; otherwise, false.
- Atributos
Comentários
A propriedade Context pode examinar o conteúdo do IConstructionReturnMessage .The context property can examine the contents of the IConstructionReturnMessage.