Click or drag to resize

ImportationManagerUpdateImportationJob Method (ImportationJob, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void UpdateImportationJob(
	ImportationJob job,
	Database database,
	DbTransaction transaction
)

Parameters

job
Type: FileHold.LibraryManagerImportationJob
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also