Click or drag to resize

BatchJobsManagerAddBatchJobT Method (BatchJobT, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddBatchJob<T>(
	BatchJob<T> job,
	Database database,
	DbTransaction transaction
)
where T : BatchJobData

Parameters

job
Type: FileHold.LibraryManagerBatchJobT
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.LibraryManager.BatchJobsManager.AddBatchJob``1(FileHold.LibraryManager.BatchJob{``0},Microsoft.Practices.EnterpriseLibrary.Data.Database,System.Data.Common.DbTransaction)"]

Return Value

Type: Int32
See Also