OrganizationServiceContextExtensions.CleanUpBulkOperation Method (OrganizationServiceContext, Guid, Int32)

 

Applies To: Dynamics CRM 2015

For internal use only. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void CleanUpBulkOperation(
    this OrganizationServiceContext context,
    Guid bulkOperationId,
    int bulkOperationSource
)
public:
[ExtensionAttribute]
static void CleanUpBulkOperation(
    OrganizationServiceContext^ context,
    Guid bulkOperationId,
    int bulkOperationSource
)
static member CleanUpBulkOperation : 
        context:OrganizationServiceContext *
        bulkOperationId:Guid *
        bulkOperationSource:int -> unit
<ExtensionAttribute>
Public Shared Sub CleanUpBulkOperation (
    context As OrganizationServiceContext,
    bulkOperationId As Guid,
    bulkOperationSource As Integer
)

Parameters

Remarks

This is a method wrapper for the CleanUpBulkOperationRequest and CleanUpBulkOperationResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright