| OfflineResourceSynchronizedEventArgs Properties |
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.
|