Пример #1
0
 public ViewModelContext(
     IThrottleFactory throttleFactory,
     ViewModelLocator viewModelLocator,
     Dispatcher dispatcher,
     ICommandBus commandBus,
     IAsyncContextExceptionHandler asyncContextExceptionHandler)
 {
     AsyncContextExceptionHandler = asyncContextExceptionHandler;
     ThrottleFactory  = throttleFactory;
     ViewModelLocator = viewModelLocator;
     Dispatcher       = dispatcher;
     CommandBus       = commandBus;
 }
 public CurrentRunningTask(IAsyncContextExceptionHandler exceptionHandler)
 {
     this.exceptionHandler = exceptionHandler;
 }