←Select platform

ID Property (AbortJobRequest)

Summary

Gets or sets the ID of a job to abort.

Syntax

C#
VB
C++
public string ID {get; set;}
Public Property ID As String
public: 
property String^ ID { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the ID of a job to abort.

Remarks

When calling Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AbortJob(Leadtools.Services.JobProcessor.DataContracts.AbortJobRequest), the cMustAbort column for the specified job is set to 1. The worker assembly is notified to abort a job via calls to the UpdatePercentage method. The job is not actually aborted (job status is set to JobStatus.Aborted) until the worker processing this job calls the SetAbortedStatus method from the worker assembly. For more information, refer to Creating Job Processor Worker Assemblies

.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.JobProcessor.DataContracts Assembly
Click or drag to resize