public System.Threading.Tasks.Task <CommandScheduler.Infrastructure.CommandBroadcastService.CommandResponse> BroadCastCommandAsync(CommandScheduler.Infrastructure.CommandBroadcastService.CommandInfo command) { return(base.Channel.BroadCastCommandAsync(command)); }
public CommandScheduler.Infrastructure.CommandBroadcastService.CommandResponse BroadCastCommand(CommandScheduler.Infrastructure.CommandBroadcastService.CommandInfo command) { return(base.Channel.BroadCastCommand(command)); }