DataServiceQuery.EndExecute Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Called to complete the asynchronous operation of executing a data service query.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As IEnumerable
public IEnumerable EndExecute(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The result from the BeginExecute operation that contains the query results.
Return Value
Type: System.Collections.IEnumerable
An IEnumerable<T> that contains the results of the query operation.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.