Click or drag to resize
Infosoft Logo

DimapsProcessTransactionsParameters Class

Defines parameters for the ImportedDimapsFilesMainProcessor job.
Inheritance Hierarchy

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class DimapsProcessTransactionsParameters : TitleCodeListParameters

The DimapsProcessTransactionsParameters type exposes the following members.

Properties
 NameDescription
Public propertyTitleCodes Gets or sets the list of title codes.
(Inherited from TitleCodeListParameters)
Public propertyTransactionPartitionSize Gets or sets the number of transactions that should be processed at a time. Higher value is faster but consumes more memory. If not given the default is decided by the job instance
Top
See Also