System::Threading::Tasks::Task::get_AsyncState metodo

Task::get_AsyncState method

Ottiene l’oggetto di stato definito dall’utente associato al task.

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

ReturnValue

SharedPtr The state object provided during construction

Vedi anche