RequestBatch(String, Boolean, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.