RequestBatch(String, Boolean, Boolean) Constructor

Definition

Default constructor

public RequestBatch (string batchName = "", bool returnResponses = true, bool continueOnError = false);
new Microsoft.Xrm.Tooling.Connector.RequestBatch : string * bool * bool -> Microsoft.Xrm.Tooling.Connector.RequestBatch
Public Sub New (Optional batchName As String = "", Optional returnResponses As Boolean = true, Optional continueOnError As Boolean = false)

Parameters

batchName
String

String name of the batch, if blank, a GUID is used

returnResponses
Boolean

True to return responses, False to not return responses

continueOnError
Boolean

True to continue if anyone item trips an error, False to stop on the first error.

Applies to