Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
Description
Returns the wait time (in seconds), if there is currently no message available.
Usage
int GetWait(void) const throw(OException)
Arguments
none |
Applicable only for a Dequeue operation. Possible return values include:
· OAQ_DQ_WAIT_FOREVER (-1) (Default) - Wait forever.
· OAQ_DQ_NOWAIT (0) - Do not wait.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|