JoinableTaskFactory Methods
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Add(JoinableTask) | Adds the specified joinable task to the applicable collection. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnTransitionedToMainThread(JoinableTask, Boolean) | Occurs whenever a joinable task has completed a transition to the main thread. |
![]() | OnTransitioningToMainThread(JoinableTask) | Occurs when a joinable task has requested a transition to the main thread. |
![]() | PostToUnderlyingSynchronizationContext(SendOrPostCallback, Object) | Posts a callback to the main thread via the underlying dispatcher, or to the threadpool when no dispatcher exists on the main thread. |
![]() | Run(Func(Of Task)) | Runs the specified asynchronous method. |
![]() | Run(Of T)(Func(Of Task(Of T))) | Runs the specified asynchronous method. |
![]() | RunAsync(Func(Of Task)) | Wraps the invocation of an asynchronous method so that it may execute asynchronously, but may potentially be synchronously completed (waited on) in the future. |
![]() | RunAsync(Of T)(Func(Of Task(Of T))) | Wraps the invocation of an asynchronous method so that it may execute asynchronously, but may potentially be synchronously completed (waited on) in the future. |
![]() | SwitchToMainThreadAsync(CancellationToken) | Gets an awaitable whose continuations execute on the synchronization context with which this instance was initialized, so that both deadlocks and reentrancy are mitigated. |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitSynchronously(Task) | Synchronously blocks the calling thread for the completion of the specified task. If running on the main thread, any applicable message pump is suppressed while the thread sleeps. |
![]() | WaitSynchronouslyCore(Task) | Synchronously blocks the calling thread for the completion of the specified task. |

