JoinableTaskContextNode.CreateCollection Method
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.
Creates a collection for in-flight joinable tasks.
public:
Microsoft::VisualStudio::Threading::JoinableTaskCollection ^ CreateCollection();
public Microsoft.VisualStudio.Threading.JoinableTaskCollection CreateCollection ();
member this.CreateCollection : unit -> Microsoft.VisualStudio.Threading.JoinableTaskCollection
Public Function CreateCollection () As JoinableTaskCollection
Returns
A new joinable task collection.