你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StatelessServiceContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
无状态服务正在其下运行的服务上下文。
public sealed class StatelessServiceContext : System.Fabric.ServiceContext
type StatelessServiceContext = class
inherit ServiceContext
Public NotInheritable Class StatelessServiceContext
Inherits ServiceContext
- 继承
构造函数
StatelessServiceContext(NodeContext, ICodePackageActivationContext, String, Uri, Byte[], Guid, Int64) |
初始化 StatelessServiceContext 类的新实例。 |
属性
CodePackageActivationContext |
获取代码包激活上下文,其中包含服务清单和当前激活的代码包(如工作目录、上下文 ID 等)中的信息。 (继承自 ServiceContext) |
InitializationData |
获取服务的初始化数据。 (继承自 ServiceContext) |
InstanceId |
获取无状态服务实例 ID。 |
ListenAddress |
服务应从其启动通信侦听器的地址。 (继承自 ServiceContext) |
NodeContext |
获取节点上下文,其中包含有关实例化服务副本 (replica) 的节点的信息。 (继承自 ServiceContext) |
PartitionId |
获取分区 ID。 (继承自 ServiceContext) |
PublishAddress |
服务应发布为侦听地址的地址。 (继承自 ServiceContext) |
ReplicaOrInstanceId |
获取有状态服务副本 (replica) ID 或无状态服务实例 ID。 (继承自 ServiceContext) |
ServiceName |
获取服务名称。 (继承自 ServiceContext) |
ServiceTypeName |
获取服务类型名称。 (继承自 ServiceContext) |
TraceId |
获取服务的跟踪 ID。 (继承自 ServiceContext) |