dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueOptions Class / QueueType Property

In This Topic
    QueueType Property
    In This Topic
    Gets or sets the queue type.
    Syntax
    'Declaration
     
    Public Property QueueType As OracleQueueType
    public OracleQueueType QueueType {get; set;}

    Property Value

    The queue type, one from OracleQueueType. Specifies if the queue is normal, service or nonpersistent with RAW message payload. Default value is OracleQueueType.Normal.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also