Click or drag to resize
OfflineResourceSynchronizedEventArgs Class
Event args for the Synchronizer.OFflineResourceSynchronized event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Oracle.Cloud.Mobile.SynchronizationOfflineResourceSynchronizedEventArgs

Namespace: Oracle.Cloud.Mobile.Synchronization
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class OfflineResourceSynchronizedEventArgs : EventArgs

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also