Instance Method インスタンスメソッド

removeDependency(_:)

Removes the receiver’s dependence on the specified operation. この指定されたオペレーションに関する、レシーバのもつ依存関係を取り除きます。

Declaration 宣言

func removeDependency(_ op: 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 依存関係を管理する