dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class
Properties Methods

In This Topic
    OracleQueueDequeueOptions Class Members
    In This Topic

    The following tables list the members exposed by OracleQueueDequeueOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueueDequeueOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the consumer.  
    Public PropertySpecifies the correlation identifier of the message to be dequeued.  
    Public PropertyThe dequeuer specifies the delivery mode of the messages it wishes to dequeue in the dequeue options.  
    Public PropertyA conditional expression based on the message properties, the message data properties, and PL/SQL functions.  
    Public PropertyGets or sets the behavior on dequeuing the message.  
    Public PropertyGets or sets the message identifier of the message to be dequeued.  
    Public PropertySpecifies the position of the message that will be retrieved.  
    Public PropertyGets or sets the transformation that will be applied after dequeuing the message.  
    Public PropertySpecifies whether the new message is dequeued as part of the current transaction.  
    Public PropertyGets or sets the wait time in seconds if there is currently no message available which matches the search criteria.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares two OracleQueueDequeueOptions objects to determine if they are equal.  
    Public MethodReturns hash code of the OracleQueueDequeueOptions instance.  
    Public MethodGets the object's type.  
    Top
    See Also