|
|
|
|
|
NbPendingThread (Property) In french: NbThreadAttente
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack. This property is used during a multithread management.
Syntax
<Number of threads> = <Element used>.NbPendingThread
<Number of threads>: Integer Number of pending threads. <Element used>: Queue or stack Name of the Queue or Stack variable used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|