AsyncReaderWriterLock.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.
protected:
virtual Microsoft::VisualStudio::Threading::HangReportContribution ^ GetHangReport();
virtual Microsoft::VisualStudio::Threading::HangReportContribution GetHangReport();
protected virtual Microsoft.VisualStudio.Threading.HangReportContribution GetHangReport ();
abstract member GetHangReport : unit -> Microsoft.VisualStudio.Threading.HangReportContribution
override this.GetHangReport : unit -> Microsoft.VisualStudio.Threading.HangReportContribution
Protected Overridable Function GetHangReport () As HangReportContribution
Returns
The hang report contribution. Null values should be ignored.