IContextPropertyActivator.DeliverServerContextToClientContext 方法

定义

当构造请求从服务器返回到客户端时,调用每个具有此接口的客户端上下文属性。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

返回

如果成功,则为 true;否则为 false

属性

注解

上下文属性可以检查 的内容 IConstructionReturnMessage

适用于