LoadCompletedEventArgs.QueryOperationResponse Property
Gets the response to an asynchronous load operation.
Supported only by the WCF Data Services 5.0 client for Silverlight.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client.SL (in Microsoft.Data.Services.Client.SL.dll)
Syntax
'Declaration
Public ReadOnly Property QueryOperationResponse As QueryOperationResponse
Get
'Usage
Dim instance As LoadCompletedEventArgs
Dim value As QueryOperationResponse
value = instance.QueryOperationResponse
public QueryOperationResponse QueryOperationResponse { get; }
public:
property QueryOperationResponse^ QueryOperationResponse {
QueryOperationResponse^ get ();
}
member QueryOperationResponse : QueryOperationResponse
function get QueryOperationResponse () : QueryOperationResponse
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.