CrmServiceClient.ExecuteBatch(Guid) Method
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.
Begins running the Batch command.
public:
Microsoft::Xrm::Sdk::Messages::ExecuteMultipleResponse ^ ExecuteBatch(Guid batchId);
public Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse ExecuteBatch (Guid batchId);
member this.ExecuteBatch : Guid -> Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse
Public Function ExecuteBatch (batchId As Guid) As ExecuteMultipleResponse
Parameters
- batchId
- Guid
ID of the batch to run
Returns
true
if the batch begins, false if not.