TICDSRemoveAllRemoteSyncDataOperationDelegate Protocol Reference
Conforms to | TICDSOperationDelegate |
Declared in | TICDSClassesAndProtocols.h |
Overview
The TICDSRemoveAllRemoteSyncDataOperationDelegate
protocol defines the methods implemented by delegates of TICDSRemoveAllRemoteSyncDataOperation
or one of its subclasses. In the TICoreDataSync
framework, these delegate methods are implemented by the application sync manager.
Tasks
-
– removeAllSyncDataOperationWillRemoveAllSyncData:
Informs the delegate that all remote sync data is about to be deleted from the remote. The delegate should alert its own delegate.
required method -
– removeAllSyncDataOperationDidRemoveAllSyncData:
Informs the delegate that all remote sync data has been deleted from the remote. The delegate should alert its own delegate.
required method
Instance Methods
removeAllSyncDataOperationDidRemoveAllSyncData:
Informs the delegate that all remote sync data has been deleted from the remote. The delegate should alert its own delegate.
- (void)removeAllSyncDataOperationDidRemoveAllSyncData:(TICDSRemoveAllRemoteSyncDataOperation *)anOperation
Parameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.h
removeAllSyncDataOperationWillRemoveAllSyncData:
Informs the delegate that all remote sync data is about to be deleted from the remote. The delegate should alert its own delegate.
- (void)removeAllSyncDataOperationWillRemoveAllSyncData:(TICDSRemoveAllRemoteSyncDataOperation *)anOperation
Parameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.h