IWorkspace.JTF 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.
Instance of JoinableTaskFactory
associated with JTFCollection.
Use IWorkspace.JTF to start async work (instead of Task.Run).
public:
property Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ JTF { Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ get(); };
public Microsoft.VisualStudio.Threading.JoinableTaskFactory JTF { get; }
member this.JTF : Microsoft.VisualStudio.Threading.JoinableTaskFactory
Public ReadOnly Property JTF As JoinableTaskFactory