Metodo System::Threading::Thread::get_ManagedThreadId

Thread::get_ManagedThreadId method

Ottiene l’identificatore del thread. Può essere ottenuto dal sistema operativo, ma se l’identificatore del thread del SO supera i limiti di int, gli ID dei thread possono sovrapporsi.

int System::Threading::Thread::get_ManagedThreadId() const

ReturnValue

Identificatore di thread pseudo-unico.

Vedi anche