JoinableTaskContext.IHangReportContributor.GetHangReport Method

Definition

Contributes data for a hang report.

 virtual Microsoft::VisualStudio::Threading::HangReportContribution ^ Microsoft.VisualStudio.Threading.IHangReportContributor.GetHangReport() = Microsoft::VisualStudio::Threading::IHangReportContributor::GetHangReport;
Microsoft::VisualStudio::Threading::HangReportContribution Microsoft.VisualStudio.Threading.IHangReportContributor.GetHangReport();
Microsoft.VisualStudio.Threading.HangReportContribution IHangReportContributor.GetHangReport ();
abstract member Microsoft.VisualStudio.Threading.IHangReportContributor.GetHangReport : unit -> Microsoft.VisualStudio.Threading.HangReportContribution
override this.Microsoft.VisualStudio.Threading.IHangReportContributor.GetHangReport : unit -> Microsoft.VisualStudio.Threading.HangReportContribution
Function GetHangReport () As HangReportContribution Implements IHangReportContributor.GetHangReport

Returns

The hang report contribution.

Implements

Applies to