Exemplo n.º 1
0
 public static IMsixHeroCommandExecutor WithErrorHandling(this IMsixHeroCommandExecutor executor, IInteractionService interactionService, bool allowRetry)
 {
     return(MsixHeroDecoratedCommandExecutor.From(executor, interactionService, allowRetry));
 }
Exemplo n.º 2
0
 public static IMsixHeroCommandExecutor WithBusyManager(this IMsixHeroCommandExecutor executor, IBusyManager busyManager, OperationType operationType)
 {
     return(MsixHeroDecoratedCommandExecutor.From(executor, busyManager, operationType));
 }