OracleAQDequeueOptions Members

OracleAQDequeueOptions members are listed in the following tables.

OracleAQDequeueOptions Constructor

The OracleAQDequeueOptions constructor is listed in Table 13-4.

Table 13-4 OracleAQDequeueOptions Constructor

Constructor Description

OracleAQDequeueOptions Constructor

Instantiates a new instance of the OracleAQDequeueOptions class

OracleAQDequeueOptions Properties

OracleAQDequeueOptions properties are listed in Table 13-5.

Table 13-5 OracleAQDequeueOptions Properties

Property Description

ConsumerName

Specifies the consumer name for which to dequeue the message

Correlation

Specifies the correlation identifier of the message to be dequeued

DeliveryMode

Specifies the expected delivery mode of the message being dequeued

DequeueMode

Specifies the locking behavior associated with the dequeue operation

MessageId

Specifies the message identifier of the message to be dequeued

NavigationMode

Specifies the position of the message that will be retrieved

ProviderSpecificType

Specifies whether the payload of a dequeued message is provided as an ODP.NET specific type or a .NET type

Visibility

Specifies whether or not the new message is dequeued as part of the current transaction

Wait

Specifies the wait time, in seconds, for a message that matches the search criteria

OracleAQDequeueOptions Public Methods

OracleAQDequeueOptions public methods are listed in Table 13-6.

Table 13-6 OracleAQDequeueOptions Public Methods

Public Method Description

Clone

Creates a copy of an OracleAQDequeueOptions object.