Rendezvous.GetInfo
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.