This topic has not yet been rated - Rate this topic

ApplyChangeFailedEventArgs.Context Property

Synchronization Services - ADO.NET 1.0 SP1

Gets a SyncContext object that contains data changes, and anchor values and other metadata for a synchronization session.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
public SyncContext Context { get; }
/** @property */
public SyncContext get_Context ()

public function get Context () : SyncContext

Property Value

A SyncContext object that contains data changes, and anchor values and other metadata for a synchronization session.

For an example of how to use this property, see How to: Handle Data Conflicts and Errors.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.