ChangeApplicationContext::ChangeApplicationAction Property

Gets the action a destination provider must take to apply a change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property ChangeApplicationAction ChangeApplicationAction {
	ChangeApplicationAction get ();
}

Property Value

Type: Microsoft.Synchronization::ChangeApplicationAction
The action a destination provider must take to apply a change.

Getting this property performs the following steps on the change contained in this object:

  1. Detects whether the change is obsolete.

  2. Detects whether the change is in conflict with a destination item.

  3. Resolves conflicts according to the specified conflict resolution policy, when possible.

  4. Returns the action the destination provider must take to apply the change to the destination replica.

Show: