TaskCompletionSource<TResult> Constructor (Object)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a TaskCompletionSource<TResult> with the specified state.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
state As Object _
)
public TaskCompletionSource(
Object state
)
Parameters
- state
Type: System.Object
The state to use as the underlying Task<TResult>'s AsyncState.
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.