你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StatefulServiceBase.Context 属性

定义

获取此有状态服务正在其下运行的服务上下文。 它提供副本 (replica) ID、分区 ID、服务名称等信息。

public System.Fabric.StatefulServiceContext Context { get; }
member this.Context : System.Fabric.StatefulServiceContext
Public ReadOnly Property Context As StatefulServiceContext

属性值

描述StatefulServiceContext服务上下文,它提供副本 (replica) ID、分区 ID 和服务名称等信息。

适用于