dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAgent Class / OracleQueueAgent Constructor / OracleQueueAgent Constructor(String)
The name of a producer or consumer of a message.

In This Topic
    OracleQueueAgent Constructor(String)
    In This Topic
    Initializes a new instance of the OracleQueueAgent class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public OracleQueueAgent( 
       string name
    )

    Parameters

    name
    The name of a producer or consumer of a message.
    See Also