The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Task<TResult> Constructor (Func<TResult>)
Silverlight
Initializes a new Task<TResult> with the specified function.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Parameters
- function
- Type: System.Func<TResult>
The delegate that represents the code to execute in the task. When the function has completed, the task's Result property will be set to return the result value of the function.
| Exception | Condition |
|---|---|
| ArgumentNullException | The function argument is null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.