IServiceSnapshot.Id 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.
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.