OrganizationServiceContextExtensions.LogSuccessBulkOperation Method (OrganizationServiceContext, Guid, Guid, Int32, Guid, Int32, String)
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 LogSuccessBulkOperation(
this OrganizationServiceContext context,
Guid bulkOperationId,
Guid regardingObjectId,
int regardingObjectTypeCode,
Guid createdObjectId,
int createdObjectTypeCode,
string additionalInfo
)
public:
[ExtensionAttribute]
static void LogSuccessBulkOperation(
OrganizationServiceContext^ context,
Guid bulkOperationId,
Guid regardingObjectId,
int regardingObjectTypeCode,
Guid createdObjectId,
int createdObjectTypeCode,
String^ additionalInfo
)
static member LogSuccessBulkOperation :
context:OrganizationServiceContext *
bulkOperationId:Guid *
regardingObjectId:Guid *
regardingObjectTypeCode:int *
createdObjectId:Guid *
createdObjectTypeCode:int *
additionalInfo:string -> unit
<ExtensionAttribute>
Public Shared Sub LogSuccessBulkOperation (
context As OrganizationServiceContext,
bulkOperationId As Guid,
regardingObjectId As Guid,
regardingObjectTypeCode As Integer,
createdObjectId As Guid,
createdObjectTypeCode As Integer,
additionalInfo As String
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- bulkOperationId
Type: System.Guid
- regardingObjectId
Type: System.Guid
- regardingObjectTypeCode
Type: System.Int32
- createdObjectId
Type: System.Guid
- createdObjectTypeCode
Type: System.Int32
- additionalInfo
Type: System.String
Remarks
This is a method wrapper for the LogSuccessBulkOperationRequest and LogSuccessBulkOperationResponse 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