Example #1
0
 /// <summary>
 /// Adds the elements of an array of jobs to the end of the send queue.
 /// </summary>
 /// <param name="jobs">The jobs array whose elements should be added to the end of the jobs queue.</param>
 public void AddJobs(Job[] jobs)
 {
     _jobDispatcher.AddJobs(jobs);
 }