JoinableTaskContext Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCollection() | Creates a collection for in-flight joinable tasks. |
![]() | CreateDefaultFactory() | Creates a factory without a JoinableTaskCollection. |
![]() | CreateFactory(JoinableTaskCollection^) | Creates a joinable task factory that automatically adds all created tasks to a collection that can be jointly joined. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsMainThreadBlocked() | Determines whether the main thread is blocked for the caller's completion. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnHangDetected(TimeSpan, Int32, Guid) | Called when a hang is suspected to have occurred involving the main thread. |
![]() | SuppressRelevance() | Conceals any ticket to the Main thread until the returned value is disposed. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHangReportContributor::GetHangReport() | Contributes data for a hang report. |
Show:



