dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleHAEventArgs Class / Reason Property

In This Topic
    Reason Property
    In This Topic
    Gets the reason why the event was triggered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Reason As String
    public string Reason {get;}

    Property Value

    The reason why the event was triggered. Possible values include Data_Guard_Failover, Failure, Dependency, User, Autostart, and Restart.
    See Also