IHangReportContributor Interface
Provides a facility to produce reports that may be useful when analyzing hangs.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Interface IHangReportContributor
public interface IHangReportContributor
public interface class IHangReportContributor
type IHangReportContributor = interface end
public interface IHangReportContributor
The IHangReportContributor type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetHangReport | Contributes data for a hang report. |
Top