IAsynchronousNotifyingChangeApplierTargetCallback Interface
Represents methods that an IAsynchronousNotifyingChangeApplierTarget object can call to inform Sync Framework that processing has been completed on an IAsynchronousNotifyingChangeApplierTarget method.
Note |
|---|
This method is now obsolete. |
IAsynchronousNotifyingChangeApplierTargetCallback methods | Description |
|---|---|
IAsynchronousNotifyingChangeApplierTargetCallback::SaveChangeComplete | Indicates that IAsynchronousNotifyingChangeApplierTarget::SaveChange has finished successfully. |
IAsynchronousNotifyingChangeApplierTargetCallback::SaveChangeWithChangeUnitsComplete | Indicates that IAsynchronousNotifyingChangeApplierTarget::SaveChangeWithChangeUnits has finished successfully. |
IAsynchronousNotifyingChangeApplierTargetCallback::SaveConflictComplete | Indicates that IAsynchronousNotifyingChangeApplierTarget::SaveConflict has finished successfully. |
IAsynchronousNotifyingChangeApplierTargetCallback::SaveKnowledgeComplete | Indicates that IAsynchronousNotifyingChangeApplierTarget::SaveKnowledge has finished successfully. |
Indicates that an IAsynchronousNotifyingChangeApplierTarget method failed. |
Note