HealthInformation.AutoSequenceNumber Field
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Auto sequence number, replaced with a valid sequence number by the health client.
Namespace: System.Fabric.Health
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public const long AutoSequenceNumber
Field Value
Type: System.Int64
Remarks
When a health client receives a report with Auto sequence number, it replaces the auto sequence number with a valid sequence number. The sequence number is guaranteed to increase in the same process, even if the client machine time goes backwards.
See Also
HealthInformation Class
System.Fabric.Health Namespace
Return to top