Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

SetWait Method

Applies To

OAQ

Description

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

Usage

void SetWait(int duration) const throw(
OException)

Arguments

duration
An integer specifying the wait time in seconds.
Remarks

Applicable only for a Dequeue operation. Possible values include :

· OAQ_DQ_WAIT_FOREVER (-1) (Default) - Wait forever.

· OAQ_DQ_NOWAIT (0) - Do not wait.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents