CrmService.EndFetch Method

banner art

Syntax

[Visual Basic .NET]
Public Function EndFetch(
  ByVal asyncResult As IAsyncResult
) As String

[C#]
public string EndFetch(
  IAsyncResult  asyncResult
);

Parameters

asyncResult

description

Return Value

Returns a String type.

Requirements

Namespace: Microsoft.Crm.SdkTypeProxy

Assembly: Microsoft.Crm.SdkTypeProxy.dll

See Also

© 2008 Microsoft Corporation. All rights reserved.