JoinableTaskContext.HangDetails.NotificationCount 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 the number of times this particular hang has been reported, including this one.
public:
property int NotificationCount { int get(); };
public:
property int NotificationCount { int get(); };
public int NotificationCount { get; }
member this.NotificationCount : int
Public ReadOnly Property NotificationCount As Integer