Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

GetWait Method

Applies To

OAQ

Description

Returns the wait time (in seconds), if there is currently no message available.

Usage

int GetWait(void) const throw(
OException)

Arguments

none

Remarks

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.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents