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

Percentage Property






Gets or sets the progress for a job.
Syntax
public int Percentage {get; set;}
'Declaration
 
Public Property Percentage As Integer
'Usage
 
Dim instance As JobInformation
Dim value As Integer
 
instance.Percentage = value
 
value = instance.Percentage
public int Percentage {get; set;}
 get_Percentage();
set_Percentage(value);
public:
property int Percentage {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 that represents the job progress.
Remarks
This property is only valid when the status of the job is JobStatus.Started. A job status of JobStatus.Started indicates that the job is currently being processed. The progress is updated when an assembly worker calls the UpdatePercentage method.
Example
For an example, refer to IJobService.GetJobInformation.
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

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method
UpdatePercentage Method

 

 


Products | Support | Contact Us | Copyright Notices

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