IChangeApplicationContext::GetChangeApplicationAction

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

HRESULT GetChangeApplicationAction(
  CHANGE_APPLICATION_ACTION * pAction);

Parameters

  • pAction
    [out] Returns the action a destination provider must take to apply a change.

Return Value

  • S_OK

  • E_POINTER

Remarks

This method 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

IChangeApplicationContext Interface