RequestBatch Constructor (String, Boolean, Boolean)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Default constructor
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public RequestBatch(
string batchName = "",
bool returnResponses = true,
bool continueOnError = false
)
Public Sub New (
batchName As String,
returnResponses As Boolean,
continueOnError As Boolean
)
Parameters
returnResponses
Type: System.BooleanTrue to return responses, False to not return responses
continueOnError
Type: System.BooleanTrue to continue if anyone item trips an error, False to stop on the first error.
batchName
Type: System.StringString name of the batch, if blank, a GUID is used
See Also
RequestBatch Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright