System::Threading::Tasks::Task::get_AsyncState method

Task::get_AsyncState method

Gets the user-defined state object associated with the task.

const SharedPtr<Object> & System::Threading::Tasks::Task::get_AsyncState() const

ReturnValue

SharedPtr The state object provided during construction

See Also