AddJobsRequest Class

Summary

Gets or sets the list of AddJobRequest representing the jobs which should be added.

Syntax
C#
VB
C++
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.JobProcessor.DataContracts/2010/01", Name="AddJobsRequest")] 
public class AddJobsRequest : List<AddJobRequest> 
  
<CollectionDataContractAttribute()> 
Public Class AddJobsRequest  
   Inherits System.Collections.Generic.List(Of AddJobRequest) 
[CollectionDataContractAttribute()] 
public ref class AddJobsRequest : public System.Collections.Generic.List<AddJobRequest>  

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly