Exemple #1
0
 /// <summary>
 /// Create a job based on the settings recieved. This method returns the data needed for the
 /// actual call to the API.
 /// </summary>
 /// <param name="settings">Settings for making the call</param>
 /// <returns>An instance of BulkJob with the data need for the call of the API</returns>
 public BulkJob CreateJob(BulkJobSettings settings)
 {
     return(new BulkJob(settings));
 }
 public BulkJob(BulkJobSettings settings)
 {
     this.Settings = settings;
 }