Click or drag to resize

AssembleProcessor Constructor

Initializes a new instance of the AssembleProcessor class

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AssembleProcessor(
	BatchJob<AssembleBatchJobData> job,
	Guid userContext,
	Database database,
	DbTransaction transaction
)

Parameters

job
Type: FileHold.LibraryManagerBatchJobAssembleBatchJobData
userContext
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also