←Select platform

JobId Property

Summary

Gets or sets the ID for a job.

Syntax

C#
VB
C++
[DataMemberAttribute(IsRequired=false)] 
public string JobId { get; set; } 
  
Public Property JobId As String 
public: 
property String^ JobId { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the ID for a job. If the JobID Property is null or empty, the JobProcessor framework will generate an ID for the job when Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(leadtools.services.jobprocessor.datacontracts.addjobrequest) is called, and return the generated ID in the AddJobResponse.Id property. If you wish to generate your own ID prior to calling Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(leadtools.services.jobprocessor.datacontracts.addjobrequest), you can set the JobID Property to a valid GUID (Guid.NewGuid in .Net), and it will be used as the ID for the job. You are responsible for ensuring the ID is a valid GUID, and that it is unique. For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly