| OfflineResourceSynchronizedEventArgs Class |
Namespace: Oracle.Cloud.Mobile.Synchronization
The OfflineResourceSynchronizedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorResponse |
If the status code was an error, then the contents of the response as a string. If the status was a success, ErrorResponse is null.
| |
| HttpStatusCode |
The status code from the service.
| |
| OfflineUri |
The Uri of the resource before the resource was synchronized with the cloud. The cloud service may change the Uri
during a POST of a new resource.
| |
| StatusCode |
The status code from the service.
| |
| Uri |
The Uri of the resource.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |