TaskScheduler.Current Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the TaskScheduler associated with the currently executing task.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As TaskScheduler
public static TaskScheduler Current { get; }
Property Value
Type: System.Threading.Tasks.TaskScheduler
Returns the TaskScheduler associated with the currently executing task.
Remarks
When not called from within a task, Current will return the Default scheduler.
For more information, see Task Schedulers.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also