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