Ejemplo n.º 1
0
 private bool InstallAsScheduledTask(HostArguments args, ITask task)
 {
     return(this._scheduledTask.Handle(args, task));
 }