Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
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:
RequestBatch(
    String^ batchName = "",
    bool returnResponses = true,
    bool continueOnError = false
)
new : 
        batchName:string = "" *
        returnResponses:bool = true *
        continueOnError:bool = false -> RequestBatch
Public Sub New (
    batchName As String,
    returnResponses As Boolean,
    continueOnError As Boolean
)
Parameters
- returnResponses 
 Type: System.Boolean- True to return responses, False to not return responses 
- continueOnError 
 Type: System.Boolean- True to continue if anyone item trips an error, False to stop on the first error. 
- batchName 
 Type: System.String- String name of the batch, if blank, a GUID is used 
See Also
RequestBatch Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright