Function CSPThread::Wait()

Description:
This member function waits for either the specified amount of time to elapse, or for the thread to exit (specify ulTime = WAIT_FOREVER).

Micronovae Prototype:
bool Wait(unsigned long ulTime = WAIT_FOREVER) const;

Arguments:
  • unsigned long ulTime = WAIT_FOREVER [IN]
    The time to wait in milliseconds.



Return value:
If successful, it returns true. Otherwise, it returns false.
CSPThread | Other support classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com