dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleFailoverEventsArgs Class / Retry Property

In This Topic
    Retry Property
    In This Topic
    Gives the ability to retry connection to another Oracle server in case if previous reconnection failed.
    Syntax
    'Declaration
     
    Public Property Retry As Boolean
    public bool Retry {get; set;}

    Property Value

    true if one more attempt to reconnect can be made; otherwise, false.
    Remarks
    Using this property you may control reconnection attempts while connection to another Oracle instance will be successful.
    See Also