DeleteProtocol Protocol Reference
| Declared in | DeleteProtocol.h |
|---|
– delete:
required method
Deletes an object from the remote server by a synchronous communication. 同期通信による削除。
- (void)delete:(NSError **)returningErrorDiscussion
Deletes an object from the remote server by a synchronous communication. 同期通信による削除。
Declared In
DeleteProtocol.h
– deleteInBackgroundWithBlock:
required method
Deletes an object from the remote server in a background thread. A block is done in the main (UI) thread after the deleting. 非同期通信による削除。削除完了後に指定したブロックをメインスレッドで実行します。
- (void)deleteInBackgroundWithBlock:(ECHOResultBlock)blockDiscussion
Deletes an object from the remote server in a background thread. A block is done in the main (UI) thread after the deleting. 非同期通信による削除。削除完了後に指定したブロックをメインスレッドで実行します。
Declared In
DeleteProtocol.h