dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / VerifyQueueTypes Method / VerifyQueueTypes(String) Method
The name of the destination queue where messages are to be propagated, including the schema name. If the schema name is not specified, it defaults to the schema name of the user.

In This Topic
    VerifyQueueTypes(String) Method
    In This Topic
    Verifies that the source and destination queues have identical types. The source queue is the queue specified in QueueName.
    Syntax
    'Declaration
     
    Public Overloads Function VerifyQueueTypes( _
       ByVal destQueueName As String _
    ) As Boolean
    public bool VerifyQueueTypes( 
       string destQueueName
    )

    Parameters

    destQueueName
    The name of the destination queue where messages are to be propagated, including the schema name. If the schema name is not specified, it defaults to the schema name of the user.

    Return Value

    true if the source and destination queues have identical types; otherwise, false.
    See Also