BatchJobsManager Class

Summary description for BatchJobsManager

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/batchjobsmanager")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class BatchJobsManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    BatchJobsManager

Constructors

BatchJobsManagerInitializes a new instance of the BatchJobsManager class

Methods

AddBatchJob(BatchJob, Database, DbTransaction) 
AddBatchJobT(BatchJobT, Database, DbTransaction) 
CancelBatchJob Allows to cancel selected batch job. Only uncompleted jobs can be cancelled.
GetBatchJobDetails Provides batch job details.
GetBatchJobFiles 
GetBatchJobFilesStatistics 
GetBatchJobIdsForLocationId 
GetBatchJobReport Returns filtered list of batch jobs.
GetBatchJobSummary Provides a short summary of selected batch job.
PauseBatchJob Allows to pause selected batch job. Only not started yet jobs can be paused.
RestartBatchJob(Int32) Allows to restart selected batch job. Only failed jobs can be restarted.
RestartBatchJob(Int32, Database, DbTransaction) 
ResumeBatchJob Allows to resume selected batch job. Only paused jobs can be resumed.

Extension Methods

See Also