IProviderRuntime.ServiceId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供此群集运行的 ServiceId。 ServiceId 旨在用作特定服务的长生存期 ID 值,即使服务在其操作生命周期内多次启动/重新部署,该服务也将保持不变。
public Guid ServiceId { get; }
public string ServiceId { get; }
member this.ServiceId : Guid
member this.ServiceId : string
Public ReadOnly Property ServiceId As Guid
Public ReadOnly Property ServiceId As String
属性值
此服务的 ServiceID Guid。