BatchJobsManagerGetBatchJobSummary Method

Provides a short summary of selected batch job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Provides a short summary of selected batch job.")]
public BatchJobSummary GetBatchJobSummary(
	int jobId
)

Parameters

jobId  Int32
 

Return Value

BatchJobSummary

See Also