IAsynchronousNotifyingChangeApplierTarget::SaveConflict
Saves information about a change that caused a concurrency conflict.
Note |
|---|
This method is now obsolete. |
If the change that is represented by this conflict is applied to a replica, pConflictKnowledge must be combined with the knowledge of that replica.
When SaveConflict is called, the provider must take one of the following actions:
Return a success code from the method and later call IAsynchronousNotifyingChangeApplierTargetCallback::SaveConflictComplete to report that asynchronous processing finished successfully.
Return a success code from the method and later call IAsynchronousNotifyingChangeApplierTargetCallback::OnError to report that an error occurred during asynchronous processing.
Return an error code from the method. In this case, IAsynchronousNotifyingChangeApplierTargetCallback methods should not be called.
Note