コード例 #1
0
 public System.Threading.Tasks.Task <CommandScheduler.Infrastructure.CommandBroadcastService.CommandResponse> BroadCastCommandAsync(CommandScheduler.Infrastructure.CommandBroadcastService.CommandInfo command)
 {
     return(base.Channel.BroadCastCommandAsync(command));
 }
コード例 #2
0
 public CommandScheduler.Infrastructure.CommandBroadcastService.CommandResponse BroadCastCommand(CommandScheduler.Infrastructure.CommandBroadcastService.CommandInfo command)
 {
     return(base.Channel.BroadCastCommand(command));
 }