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

addOperation(_:)

Adds the specified operation to the receiver. 指定されたオペレーションをレシーバに加えます。

Declaration 宣言

func addOperation(_ op: Operation)

Parameters パラメータ

operation

The operation to be added to the queue. キューに加えられることになるオペレーション。

Discussion 議論

Once added, the specified operation remains in the queue until it finishes executing. いったん加えられたならば、指定されたオペレーションはキューの中に留まります、それが遂行を終了するまで。

See Also 参照

Managing Operations in the Queue キューの中のオペレーションそれらを管理する

Related Documentation 関連文書