Exemplo n.º 1
0
 public virtual void Dispose()
 {
     _stateMachine.Dispose();
     _stopwatch.Stop();
     _stopwatch.Reset();
     _controllerDisposable.Cancel();
 }
Exemplo n.º 2
0
 public void Stop()
 {
     if (_state != null)
     {
         _state.Exit();
     }
     _state = null;
     _disposables.Cancel();
     _disposables = null;
 }
Exemplo n.º 3
0
 public void Stop()
 {
     if (_state != null)
     {
         _state.Exit();
     }
     _state = null;
     _disposables.Cancel();
     _disposables = null;
     _routineType = RoutineType.Update;
 }
Exemplo n.º 4
0
 public void Stop()
 {
     _isRunning = false;
     _updateDisposable.Cancel();
 }
Exemplo n.º 5
0
 public void Dispose()
 {
     _exucutionDisposable.Cancel();
 }
 public void Stop()
 {
     _executorDisposable.Cancel();
 }
Exemplo n.º 7
0
 public void Stop()
 {
     _taskDisposable.Cancel();
 }
Exemplo n.º 8
0
 public void Dispose()
 {
     _stateMachine.Dispose();
     _controllerDisposable.Cancel();
 }