다음을 통해 공유


IProviderRuntime.ServiceId 속성

정의

이 클러스터가 실행 중인 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입니다.

적용 대상