Share via


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
    Get
'Usage
Dim instance As ChangeApplicationContext
Dim value As ChangeApplicationAction

value = instance.ChangeApplicationAction
public ChangeApplicationAction ChangeApplicationAction { get; }
public:
property ChangeApplicationAction ChangeApplicationAction {
    ChangeApplicationAction get ();
}
member ChangeApplicationAction : ChangeApplicationAction
function get ChangeApplicationAction () : ChangeApplicationAction

Property Value

Type: Microsoft.Synchronization.ChangeApplicationAction
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

Microsoft.Synchronization Namespace