TICDSSyncTransactionDelegate Protocol Reference
Conforms to | NSObject |
Declared in | TICDSClassesAndProtocols.h |
Overview
The TICDSSyncTransactionDelegate
protocol defines the methods implemented by delegates of a TICDSSyncTransaction
object.
Tasks
-
– syncTransactionIsReadyToBeClosed:
Informs the delegate that the sync transaction is ready to be closed.
required method
Instance Methods
syncTransactionIsReadyToBeClosed:
Informs the delegate that the sync transaction is ready to be closed.
- (void)syncTransactionIsReadyToBeClosed:(TICDSSyncTransaction *)syncTransaction
Parameters
- syncTransaction
The sync transaction object that sent the message.
Declared In
TICDSClassesAndProtocols.h