CrmService.BeginExecute Method

banner art

Syntax

[Visual Basic .NET]
Public Function BeginExecute(
  ByVal Request As Request,
  ByVal callback As AsyncCallback,
  ByVal asyncState As Object
) As IAsyncResult

[C#]
public IAsyncResult BeginExecute(
  Request  Request,
  AsyncCallback  callback,
  Object  asyncState
);

Parameters

Request

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.