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

In This Topic
    OracleQueue Class Members
    In This Topic

    The following tables list the members exposed by OracleQueue.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueue class.  
    Top
    Public Properties
     NameDescription
    Public PropertySwitches asynchronous listening on or off.  
    Public PropertyGets or sets the OracleConnection to the Oracle server which provides AQ functionality.  
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets dequeue options, which are used to dequeue messages from queues by default.  
    Public PropertyGets or sets message properties used by default when inserting messages into queues.  
    Public PropertyGets or sets enqueue options used for inserting messages into queues by default.  
    Public PropertyGets or sets array type name for object type queues.  
    Public PropertyGets or sets the type of message payload.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the TCP port, at which notifications are delivered when AsyncNotification is set to true.  
    Public PropertyGets or sets the name of the queue.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodBegins the initialization of an OracleQueue. The initialization occurs at run time.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Dequeues a message from the specified queue.  
    Public MethodOverloaded. Dequeues an array of messages.  
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodEnds the initialization of an OracleQueue. The initialization occurs at run time.  
    Public MethodOverloaded. Adds a message to the specified queue.  
    Public MethodOverloaded. Enqueues an array of messages.  
    Public MethodMakes an attempt to find PayloadArrayTypeName for PayloadTypeName. PayloadTypeName property has to be set.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. This procedure listens on one or more queues on behalf of a list of agents. The address field of the agent indicates the queue the agent wants to monitor. Only local queues are supported as addresses.  
    Public MethodSends an inquiry to a server and determines payload type, which depends on the queue type on which the operation is being performed. This can be object type or 'RAW'.  
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Public EventTriggers when AsyncNotification property is true and message notification arrives.  
    Top
    See Also