Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

SetDelay Method

Applies To

OAQMsg

Description

Specifies the number of seconds to delay this enqueued message.

Usage

void SetDelay(int delay) const throw(OException)

Arguments

delay
An integer specifying the number of seconds to delay.
Remarks

Sets the number of seconds to delay the immediate consumption of the message. It is applicable only for a message that is enqueued.

This delay represents the seconds after which the message is available for dequeuing. Possible Values are:

· Any valid positive integer

· OAQ_MSG_NO_DELAY (Default) 0 seconds, message is immediately available.


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback