MetadataService.EndExecute Method

banner art

Syntax

[Visual Basic .NET]
Public Function EndExecute(
  ByVal asyncResult As IAsyncResult
) As MetadataServiceResponse

[C#]
public MetadataServiceResponse EndExecute(
  IAsyncResult  asyncResult
);

Parameters

asyncResult

description

Return Value

Returns a MetadataServiceResponse type.

Requirements

Namespace: Microsoft.Crm.SdkTypeProxy.Metadata

Assembly: Microsoft.Crm.SdkTypeProxy.dll

See Also

  • MetadataService Class

© 2008 Microsoft Corporation. All rights reserved.