JoinableTaskContext.IHangReportContributor.GetHangReport Method
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.
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.