Click or drag to resize

IBusinessObjectLoadBatch Method

Business rules hook that loads a batch.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
BatchRequest LoadBatch(
	string batchReference,
	SerializableDictionary userParams
)

Parameters

batchReference
Type: SystemString
Batch Reference
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.

Return Value

Type: BatchRequest
BatchRequest
See Also