TICDSOperationDelegate Protocol Reference
Conforms to | NSObject |
Declared in | TICDSClassesAndProtocols.h |
Overview
The TICDSOperationDelegate
protocol defines the methods implemented by delegates of any generic TICDSOperation
. In the TICoreDataSync
framework, these delegate methods are implemented by the application and document sync managers.
Tasks
-
– operationCompletedSuccessfully:
Informs the delegate that the operation has completely and successfully finished its tasks.
required method -
– operationWasCancelled:
Informs the delegate that the operation was cancelled before it could finish its tasks.
required method -
– operationFailedToComplete:
Informs the delegate that the operation failed to complete before it could finish its tasks.
required method
Instance Methods
operationCompletedSuccessfully:
Informs the delegate that the operation has completely and successfully finished its tasks.
- (void)operationCompletedSuccessfully:(TICDSOperation *)anOperation
Parameters
- anOperation
The operation object that sent the message.
Declared In
TICDSClassesAndProtocols.h