CrmService.BeginUpdate Method

banner art

Syntax

[Visual Basic .NET]
Public Function BeginUpdate(
  ByVal entity As BusinessEntity,
  ByVal callback As AsyncCallback,
  ByVal asyncState As Object
) As IAsyncResult

[C#]
public IAsyncResult BeginUpdate(
  BusinessEntity  entity,
  AsyncCallback  callback,
  Object  asyncState
);

Parameters

entity

description

callback

description

asyncState

description

Return Value

Returns an IAsyncResult type.

Requirements

Namespace: Microsoft.Crm.SdkTypeProxy

Assembly: Microsoft.Crm.SdkTypeProxy.dll

See Also

© 2008 Microsoft Corporation. All rights reserved.