 | BusinessProcessIsNumRecordsProcessed Method |
Check for the total number of records processed.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsNumRecordsProcessed(
int numRecords
)
Public Shared Function IsNumRecordsProcessed (
numRecords As Integer
) As Boolean
public:
static bool IsNumRecordsProcessed(
int numRecords
)
Parameters
- numRecords
- Type: SystemInt32
The expected number of total records processed by the business process.
Return Value
Type:
BooleanTrue if the posted number of total processed records equals the provided expected amount, false otherwise.
See Also