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の内容を調べることができます。

適用対象