DelegatingJoinableTaskFactory Methods
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Add(JoinableTask^) | Adds the specified joinable task to the applicable collection.(Inherited from JoinableTaskFactory.) |
![]() | 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.(Overrides JoinableTaskFactory::OnTransitionedToMainThread(JoinableTask^, Boolean).) |
![]() | OnTransitioningToMainThread(JoinableTask^) | Occurs when a joinable task has requested a transition to the main thread.(Overrides JoinableTaskFactory::OnTransitioningToMainThread(JoinableTask^).) |
![]() | PostToUnderlyingSynchronizationContext(SendOrPostCallback^, Object^) | Posts a message to the specified underlying SynchronizationContext for processing when the main thread is freely available.(Overrides JoinableTaskFactory::PostToUnderlyingSynchronizationContext(SendOrPostCallback^, Object^).) |
![]() | Run(Func<Task^>^) | Runs the specified asynchronous method.(Inherited from JoinableTaskFactory.) |
![]() | Run<T>(Func<Task<T>^>^) | Runs the specified asynchronous method.(Inherited from JoinableTaskFactory.) |
![]() | RunAsync(Func<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.(Inherited from JoinableTaskFactory.) |
![]() | RunAsync<T>(Func<Task<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.(Inherited from JoinableTaskFactory.) |
![]() | 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.(Inherited from JoinableTaskFactory.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitSynchronously(Task^) | Synchronously blocks the calling thread for the completion of the specified task.(Overrides JoinableTaskFactory::WaitSynchronously(Task^).) |
![]() | WaitSynchronouslyCore(Task^) | Synchronously blocks the calling thread for the completion of the specified task.(Inherited from JoinableTaskFactory.) |

