示例#1
0
 public ScheduleBroadcast(int timeMS, string path, BroadcastLegs leg, bool waitUntilDone)
 {
     _timeMS = timeMS;
     _path = path;
     _leg = leg;
     _waitUntilDone = waitUntilDone;
 }
示例#2
0
 public void ScheduleBroadcast(int timeMS, string path, BroadcastLegs leg, bool eventLock)
 {
     ExecuteApplication("sched_broadcast", "+" + timeMS.ToString() + " " + path + " " + leg.ToString(), eventLock);
 }
 public void ScheduleBroadcast(int timeMS, string path, BroadcastLegs leg,bool eventLock)
 {
     ExecuteApplication("sched_broadcast", "+" + timeMS.ToString() + " " + path + " " + leg.ToString(),eventLock);
 }