JoinableTaskContextNode.CreateDefaultFactory 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 factory without a JoinableTaskCollection.
protected:
virtual Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ CreateDefaultFactory();
virtual Microsoft::VisualStudio::Threading::JoinableTaskFactory CreateDefaultFactory();
protected virtual Microsoft.VisualStudio.Threading.JoinableTaskFactory CreateDefaultFactory ();
abstract member CreateDefaultFactory : unit -> Microsoft.VisualStudio.Threading.JoinableTaskFactory
override this.CreateDefaultFactory : unit -> Microsoft.VisualStudio.Threading.JoinableTaskFactory
Protected Overridable Function CreateDefaultFactory () As JoinableTaskFactory
Returns
Returns JoinableTaskFactory.
Remarks
Used for initializing the Factory property.