Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

Ids Property






Gets or sets the GUIDs (IDs) of a job.
Syntax
public string[] Ids {get; set;}
'Declaration
 
Public Property Ids As String()
'Usage
 
Dim instance As AddJobsResponse
Dim value() As String
 
instance.Ids = value
 
value = instance.Ids

            

            
public:
property array<String^>^ Ids {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

An System.String array that represents the ID's (GUIDs) of jobs added using the IJobService.AddJobs operation.
Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJobs(Leadtools.Services.JobProcessor.DataContracts.AddJobsRequest).
Requirements

Target Platforms

See Also

Reference

AddJobsResponse Class
AddJobsResponse Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Understanding The LEADTOOLS Job Processor Database
AddJobs Method

Error processing SSI file