Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

GetDelay Method

Applies To

OAQMsg

Description

Gets the number of seconds to delay this enqueued message.

Usage

int GetDelay(void) const throw(
OException)

Arguments

none

Remarks

Returns 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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents