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.
    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