This documentation is archived and is not being maintained.
Task::Factory Property
Visual Studio 2010
Provides access to factory methods for creating Task and Task<TResult> instances.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.Tasks::TaskFactoryThe default TaskFactory for the current task.
The factory returned from Factory is a default instance of TaskFactory, as would result from using the default constructor on TaskFactory. The most common use of this property is to create a new task and start it in one call to StartNew. For an example, see How to: Return a Value from a Task.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: