Interface IHangReportContributor
- Namespace
 - Microsoft.VisualStudio.Threading
 
- Assembly
 - Microsoft.VisualStudio.Threading.dll
 
Provides a facility to produce reports that may be useful when analyzing hangs.
public interface IHangReportContributor
  Methods
GetHangReport()
Contributes data for a hang report.
HangReportContribution GetHangReport()
  Returns
- HangReportContribution
 The hang report contribution. Null values should be ignored.