ParallelBatchProcessing Property
Determines whether to allow the Salesforce.com or Database.com server to process batches simultaneously when the
Close method is called.
'Declaration
Public Property ParallelBatchProcessing As Boolean
public bool ParallelBatchProcessing {get; set;}
Property Value
true, if server may process the batches simultaneously;
false if batches should be processed in the same order as they were sent one-by-one. The default value is
true.