Task Constructor (Action)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new Task with the specified action.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
action As Action _
)
public Task(
Action action
)
Parameters
- action
Type: System.Action
The delegate that represents the code to execute in the Task.
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