Example #1
0
 public DataSource()
 {
     ReconnectBehavior = ReconnectBehavior.Reconnect;
 }
Example #2
0
 public ConnectionLostArgs(ReconnectBehavior option, Exception exc)
 {
     ReconnectOption = option;
     ExceptionObject = exc;
 }
Example #3
0
 public ConnectionLostArgs(ReconnectBehavior option, Exception exc)
 {
     ReconnectOption = option;
     ExceptionObject = exc;
 }