LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

JobId Property






Gets or sets the ID for a job.
Syntax
public string JobId {get; set;}
'Declaration
 
Public Property JobId As String
'Usage
 
Dim instance As AddJobRequest
Dim value As String
 
instance.JobId = value
 
value = instance.JobId
public string JobId {get; set;}
 get_JobId();
set_JobId(value);
public:
property String^ JobId {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the ID for a job. If the JobID Property is null or empty, the cloud framework will generate an ID for the job when Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.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.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.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 Cloud Database.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.DataContracts.AddJobRequest).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddJobRequest Class
AddJobRequest Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
AddJob Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.