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

Task::get_AsyncState method

Obtiene el objeto de estado definido por el usuario asociado a la tarea.

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

ReturnValue

SharedPtr The state object provided during construction

Ver también