LoadCompletedEventArgs.QueryOperationResponse Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the response to an asynchronous load operation.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property QueryOperationResponse As QueryOperationResponse
public QueryOperationResponse QueryOperationResponse { get; }

Property Value

Type: System.Data.Services.Client.QueryOperationResponse
A QueryOperationResponse that represents the response to a load operation.

Remarks

QueryOperationResponse property will raise an InvalidOperationException when the load operation was cancelled before completing and a TargetInvocationException when the load operation fails.

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.