OperationResponse Class
Abstract class that represents the response of a single query or create, update, or delete operation.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
System.Data.Services.Client::OperationResponse
System.Data.Services.Client::ChangeOperationResponse
System.Data.Services.Client::QueryOperationResponse
| Name | Description | |
|---|---|---|
![]() | Error | Gets error thrown by the operation. |
![]() | Headers | When overridden in a derived class, contains the HTTP response headers associated with a single operation. |
![]() | StatusCode | When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The OperationResponse class is used to hold information that is shared between the two response types, but this class is not intended to be used directly by a developer. Instead, this response object should be cast to the specific T:System.Data.Services.Client.QueryResponse or T:System.Data.Services.Client.ChangesetResponse type that includes additional operation specific data.
Available since 3.5
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


