dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / ConsumerName Property

In This Topic
    ConsumerName Property
    In This Topic
    Gets or sets the name of the consumer.
    Syntax
    'Declaration
     
    Public Property ConsumerName As String
    public string ConsumerName {get; set;}

    Property Value

    The default value is null.
    Remarks
    Only those messages matching the consumer name are accessed. If a queue is not set up for multiple consumers, this field should be set to NULL.
    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