Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Context As DbSyncContext
'Usage
Dim instance As DbApplyChangeFailedEventArgs
Dim value As DbSyncContext
value = instance.Context
public DbSyncContext Context { get; }
public:
property DbSyncContext^ Context {
DbSyncContext^ get ();
}
/** @property */
public DbSyncContext get_Context ()
public function get Context () : DbSyncContext
Property Value
A DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Remarks
If an application must change data values during synchronization, use the DbSyncContext object that is available through the Context property, instead of the DbSyncConflict object. The DbSyncConflict object contains copies of the rows at each peer. Changes to these copies are not persisted at each peer during synchronization.
See Also
Reference
DbApplyChangeFailedEventArgs Class
DbApplyChangeFailedEventArgs Members
Microsoft.Synchronization.Data Namespace