次の方法で共有


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

属性

注釈

context プロパティは、 の内容を IConstructionReturnMessage調べることができます。

適用対象