JoinableTaskContext.HangDetails.HangId 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 GUID identifying this particular hang. If the same hang is reported multiple times (with increasing duration values) the value of this property will remain constant.
public:
property Guid HangId { Guid get(); };
public Guid HangId { get; }
member this.HangId : Guid
Public ReadOnly Property HangId As Guid