Share via


JoinableTaskContext.IHangReportContributor.GetHangReport Method

Contributes data for a hang report.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Private Function GetHangReport As HangReportContribution 
    Implements IHangReportContributor.GetHangReport
HangReportContribution IHangReportContributor.GetHangReport()
private:
virtual HangReportContribution^ GetHangReport() sealed = IHangReportContributor::GetHangReport
private abstract GetHangReport : unit -> HangReportContribution  
private override GetHangReport : unit -> HangReportContribution
JScript does not support explicit interface implementations.

Return Value

Type: Microsoft.VisualStudio.Threading.HangReportContribution
A HangReportContributionthat is the hang report contribution.

Implements

IHangReportContributor.GetHangReport()

.NET Framework Security

See Also

Reference

JoinableTaskContext Class

Microsoft.VisualStudio.Threading Namespace