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使用 属性访问管理当前服务对象的运行时对象。

适用于