CrmService.EndRetrieveMultiple Method

banner art

Syntax

[Visual Basic .NET]
Public Function EndRetrieveMultiple(
  ByVal asyncResult As IAsyncResult
) As BusinessEntityCollection

[C#]
public BusinessEntityCollection EndRetrieveMultiple(
  IAsyncResult  asyncResult
);

Parameters

asyncResult

description

Return Value

Returns a BusinessEntityCollection type.

Requirements

Namespace: Microsoft.Crm.SdkTypeProxy

Assembly: Microsoft.Crm.SdkTypeProxy.dll

See Also

© 2008 Microsoft Corporation. All rights reserved.