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)

Syntax

'Declaration
Public ReadOnly Property ChangeApplicationAction As ChangeApplicationAction
'Usage
Dim instance As ChangeApplicationContext
Dim value As ChangeApplicationAction

value = instance.ChangeApplicationAction
public ChangeApplicationAction ChangeApplicationAction { get; }
public:
property ChangeApplicationAction ChangeApplicationAction {
    ChangeApplicationAction get ();
}
/** @property */
public ChangeApplicationAction get_ChangeApplicationAction ()
public function get ChangeApplicationAction () : ChangeApplicationAction

Property Value

The action a destination provider must take to apply a change.

Remarks

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.

See Also

Reference

ChangeApplicationContext Class
ChangeApplicationContext Members
Microsoft.Synchronization Namespace