- addOperation:
Adds the specified operation to the receiver.
指定されたオペレーションをレシーバに加えます。
- addOperations:waitUntilFinished:
Adds the specified operations to the queue.
指定されたオペレーションをキューに加えます。
- addOperationWithBlock:
Wraps the specified block in an operation and adds it to the receiver.
あるオペレーションの中の指定されたブロックをラップして、それをレシーバに加えます。
- cancelAllOperations
Cancels all queued and executing operations.
キューに入れられたそして遂行中のオペレーション全てを取り消します。
- waitUntilAllOperationsAreFinished
Blocks the current thread until all the receiver’s queued and executing operations finish executing.