dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoader Class / ParallelBatchProcessing Property

In This Topic
    ParallelBatchProcessing Property
    In This Topic
    Determines whether to allow the Salesforce.com or Database.com server to process batches simultaneously when the Close method is called.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also