ChangeApplicationContext Class
Represents information returned by the change application service about a change to be applied.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Class ChangeApplicationContext
'Usage
Dim instance As ChangeApplicationContext
public class ChangeApplicationContext
public ref class ChangeApplicationContext
public class ChangeApplicationContext
public class ChangeApplicationContext
Remarks
The ChangeApplicationContext class is part of the change application service of Sync Framework, which is used when a provider requires greater flexibility than that allowed by the standard change applier provided by Sync Framework.
To apply the change that is represented by this object, perform the following steps:
Get the ChangeApplicationAction property.
Take the specified action.
Repeat steps 1 and 2 until ChangeApplicationAction is set to Finished.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.ChangeApplicationContext
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ChangeApplicationContext Members
Microsoft.Synchronization Namespace