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입니다.