Click or drag to resize
BusinessProcessIsNumRecordsProcessed Method
Check for the total number of records processed.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsNumRecordsProcessed(
	int numRecords
)

Parameters

numRecords
Type: SystemInt32
The expected number of total records processed by the business process.

Return Value

Type: Boolean
True if the posted number of total processed records equals the provided expected amount, false otherwise.
See Also