BatchJobsManagerAddBatchJobT(BatchJobT, Database, DbTransaction) Method

Definition

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

Parameters

job  BatchJobT
 
database  Database
 
transaction  DbTransaction
 

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

Int32

See Also