ThreadHelper.JoinableTaskFactory Property
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.
Gets the joinable task factory for Visual Studio.
public:
static property Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ JoinableTaskFactory { Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ get(); };
public static Microsoft.VisualStudio.Threading.JoinableTaskFactory JoinableTaskFactory { get; }
static member JoinableTaskFactory : Microsoft.VisualStudio.Threading.JoinableTaskFactory
Public Shared ReadOnly Property JoinableTaskFactory As JoinableTaskFactory
Property Value
The joinable task factory for Visual Studio.