CrmService.EndRetrieveMultiple Method
![]() |
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
.gif)