OperationContext.InstanceContext プロパティ

定義

現在のサービス インスタンスを管理する InstanceContext オブジェクトを取得します。

public:
 property System::ServiceModel::InstanceContext ^ InstanceContext { System::ServiceModel::InstanceContext ^ get(); };
public System.ServiceModel.InstanceContext InstanceContext { get; }
member this.InstanceContext : System.ServiceModel.InstanceContext
Public ReadOnly Property InstanceContext As InstanceContext

プロパティ値

現在のサービスの InstanceContext オブジェクト。

注釈

プロパティを InstanceContext 使用して、現在のサービス オブジェクトを管理するランタイム オブジェクトにアクセスします。

適用対象