Click or drag to resize
OfflineResourceSynchronizedEventArgs Properties

The OfflineResourceSynchronizedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyErrorResponse
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.
Public propertyHttpStatusCode
The status code from the service.
Public propertyOfflineUri
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.
Public propertyStatusCode
The status code from the service.
Public propertyUri
The Uri of the resource.
Top
See Also