コード例 #1
0
 public RelayCategory(IMonitorRestMOXAContext mxioContext)
 {
     _timerLocker     = new object();
     _mxioContext     = mxioContext;
     _observableTimer = new Timer(async(_) => await ObservableStateAsync(_), null, 1000, 350);
 }
コード例 #2
0
 public SystemInfoCategory(IMonitorRestMOXAContext mxioContext)
 {
     _mxioContext = mxioContext;
 }