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

Show in webframe

Id Property (AddJobResponse)






Gets or sets the GUID (ID) of a job.
Syntax
public string Id {get; set;}
'Declaration
 
Public Property Id As String
'Usage
 
Dim instance As AddJobResponse
Dim value As String
 
instance.Id = value
 
value = instance.Id

            

            
public:
property String^ Id {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the ID (GUID) of a job added using the IJobService.AddJob operation.
Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(Leadtools.Services.JobProcessor.DataContracts.AddJobRequest).
Requirements

Target Platforms

See Also

Reference

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

Error processing SSI file