Instance Method
インスタンスメソッド
removeDependency:
Removes the receiver’s dependence on the specified operation.
この指定されたオペレーションに関する、レシーバのもつ依存関係を取り除きます。
Parameters
パラメータ
operation
The dependent operation to be removed from the receiver.
レシーバから取り除かれることになる依存オペレーション。
Discussion
議論
This method may change the isReady
and dependencies
properties of the receiver.
このメソッドは、レシーバのisReady
およびdependencies
プロパティを変更するかもしれません。
See Also
参照
Managing Dependencies
依存関係を管理する
- addDependency:
Makes the receiver dependent on the completion of the specified operation.
レシーバをこの指定されたオペレーションの完了に依存するようにします。
dependencies
An array of the operation objects that must finish executing before the current object can begin executing.
現在のオブジェクトが遂行を開始できる前に遂行を終了しなければならないオペレーションオブジェクトそれらからなるある配列。