IGrainRuntime.ServiceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the ServiceId this cluster is running as. ServiceId's are intended to be long lived Id values for a particular service which will remain constant even if the service is started / redeployed multiple times during its operations life.
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
Property Value
ServiceID Guid for this service.