VsTaskLibraryHelper.RunAsync Method
Include Protected Members
Include Inherited Members
Wraps the invocation of an async method so that it may execute asynchronously but also may be synchronously completed (waited on) in the future.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RunAsync<T>(JoinableTaskFactory, VsTaskRunContext, Func<Task<T>>) | ||
RunAsync(JoinableTaskFactory, VsTaskRunContext, Func<Task>) |
Top