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使用 屬性來存取管理目前服務物件的執行時間物件。

適用於