|  | MarketingAcknowledgementBusinessProcessIsNumRecordsProcessed Method | 
            Check for the number of records successfully processed.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
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 number of records to check for.
Return Value
Type: 
BooleanTrue if the provided number matches the listed amount of successfully processed records, false otherwise.
 See Also
See Also