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:
Detects whether the change is obsolete.
Detects whether the change is in conflict with a destination item.
Resolves conflicts according to the specified conflict resolution policy, when possible.
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