Sdílet prostřednictvím


CrmServiceClient.ExecuteBatch Method (Guid)

 

Applies To: Dynamics CRM 2015

Begins running the Batch command.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public ExecuteMultipleResponse ExecuteBatch(
    Guid batchId
)
public:
ExecuteMultipleResponse^ ExecuteBatch(
    Guid batchId
)
member ExecuteBatch : 
        batchId:Guid -> ExecuteMultipleResponse
Public Function ExecuteBatch (
    batchId As Guid
) As ExecuteMultipleResponse

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse

true if the batch begins, false if not.

See Also

CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright