Task.AsyncState Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the state object supplied when the Task was created, or null if none was supplied.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.ObjectAn System.Object that represents the state data that was passed in to the task when it was created.
Implements
IAsyncResult.AsyncState
Show: