MCOIMAPFolderStatusOperation Class Reference
Inherits from | MCOIMAPBaseOperation : MCOOperation : NSObject |
Declared in | MCOIMAPFolderStatusOperation.h MCOIMAPFolderStatusOperation.mm |
Instance Methods
operationCompleted
This methods is called on the main thread when the asynchronous operation is finished. Needs to be overriden by subclasses.
- (void)operationCompleted
Declared In
MCOOperation.h
start:
Starts the asynchronous operation.
- (void)start:(void ( ^ ) ( NSError *error , MCOIMAPFolderStatus *status ))completionBlock
Parameters
- completionBlock
Called when the operation is finished.
On success
error
will be nil andstatus
will contain the status metadataOn failure,
error
will be set withMCOErrorDomain
as domain and an error code available inMCOConstants.h
,info
will be nil
Declared In
MCOIMAPFolderStatusOperation.h