Beispiel #1
0
 public RelayCategory(ISyncRestMOXAContext mxioContext)
 {
     _timerLocker     = new object();
     _mxioContext     = mxioContext;
     _observableTimer = new Timer(async(_) => await ObservableStateAsync(_), null, 1000, 350);
 }
 public SystemInfoCategory(ISyncRestMOXAContext mxioContext)
 {
     _mxioContext = mxioContext;
 }
 public DigitalInputCategory(ISyncRestMOXAContext mxioContext)
 {
     _timerLocker = new object();
     _mxioContext = mxioContext;
     // _observableTimer = new Timer(async (_) => await ObservableStateAsync(_), null, 1000, 1000);
 }