Rendezvous.GetInfo

Syntax

Rendezvous.GetInfo( numThreadsWaiting, rendezvousCount)

Purpose

Obtains information about the current state of the rendezvous.

Parameters

numThreadsWaiting As Long

[Out] Returns the number of threads waiting for the rendezvous condition.

rendezvousCount As Long

[Out] Returns the number of threads that must call the Rendezvous.Rendezvous method to satisfy the rendezvous condition.

See Also

Rendezvous.Rendezvous