Click or drag to resize

BatchJobsManager Class

Summary description for BatchJobsManager
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class BatchJobsManager : WebService

The BatchJobsManager type exposes the following members.

Constructors
  NameDescription
Public methodBatchJobsManager
Initializes a new instance of the BatchJobsManager class
Top
Methods
  NameDescription
Public methodAddBatchJob(BatchJob, Database, DbTransaction)
Public methodAddBatchJobT(BatchJobT, Database, DbTransaction)
Public methodCancelBatchJob
Allows to cancel selected batch job. Only uncompleted jobs can be cancelled.
Public methodGetBatchJobDetails
Provides batch job details.
Public methodGetBatchJobFiles
Public methodGetBatchJobFilesStatistics
Public methodGetBatchJobIdsForLocationId
Public methodGetBatchJobReport
Returns filtered list of batch jobs.
Public methodGetBatchJobSummary
Provides a short summary of selected batch job.
Public methodPauseBatchJob
Allows to pause selected batch job. Only not started yet jobs can be paused.
Public methodRestartBatchJob(Int32)
Allows to restart selected batch job. Only failed jobs can be restarted.
Public methodRestartBatchJob(Int32, Database, DbTransaction)
Public methodResumeBatchJob
Allows to resume selected batch job. Only paused jobs can be resumed.
Top
Extension Methods
See Also