次の方法で共有


IDuplexContextChannel.CallbackInstance プロパティ

定義

双方向メッセージ交換に関連付けられているインスタンス コンテキストを取得または設定します。

public:
 property System::ServiceModel::InstanceContext ^ CallbackInstance { System::ServiceModel::InstanceContext ^ get(); void set(System::ServiceModel::InstanceContext ^ value); };
public System.ServiceModel.InstanceContext CallbackInstance { get; set; }
member this.CallbackInstance : System.ServiceModel.InstanceContext with get, set
Public Property CallbackInstance As InstanceContext

プロパティ値

双方向メッセージ交換に関連付けられている InstanceContext

適用対象