Click or drag to resize

SynchronizationResult Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The SynchronizationResult type exposes the following members.

Properties
 NameDescription
Public propertyFormDatas List of FormData result
Public propertyLatestRowVersion The RowVersion of the latest changed data row
Public propertyToDeleteObsolete.
List of data that should be deleted from the client database (if exists)
Public propertyToRemove List of data that should be removed from the client database (if exists)
Top
See Also