Edit

Share via


IServiceSnapshot.Id Property

Definition

Gets a unique numeric ID assigned to the running instance of this service.

public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

Remarks

This value is also known as the sub-process tag. This value is not the load order tag used at registration time to control ordering of services within a group.

Applies to