wait_for_multiple_pending_ids
Description:
[ Version ( since = "1.4" ) ]
public void wait_for_multiple_pending_ids (uint count, out List<ClockID?> pending_list)
  public void wait_for_multiple_pending_ids (uint count, out List<ClockID?> pending_list)
Blocks until at least count clock notifications have been requested from this.
There is no timeout for this wait, see the main description of TestClock .
MT safe.
Parameters:
| this | TestClock for which to await having enough pending clock | 
| count | the number of pending clock notifications to wait for | 
| pending_list | Address of a List pointer variable to store the list of pending ClockIDs that expired, or null |