DAChangeStatus

Overview

The DAChangeStatus enumeration represents the current status of the DADeltaChange. Before processing changes, DADeltaChange instance has Pendingstatus. After processing changes each DADeltaChange instance recieves either Failedor Resolvedstatus.

Location

Value Description
csFailed Server was unable to apply this DADeltaChange. Check content of the changeMessage property to find out more details about error occurred
csPending Means that given DADeltaChange instance was not yet processed by the server
csResolved Means that given DADeltaChange instance was successfully processed by the server. Changes it contains were successfully applied to the underlying database