System.Threading.Tasks.Task.AsyncState Property

Gets the state object supplied when the System.Threading.Tasks.Task was created, or null if none was supplied.

Syntax

public object AsyncState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Cast the object back to the original type to retrieve its data.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0