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

getAllTasks(completionHandler:)

Asynchronously calls a completion callback with all tasks in a session 非同期に、ある完了コールバックを全てのタスクで、あるセッションにおいて呼び出します。

Declaration 宣言

func getAllTasks(completionHandler: @escaping ([URLSessionTask]) -> Void)

Parameters パラメータ

completionHandler

The completion handler to call with the list of tasks. タスクそれらからなるリストを使って呼び出すことになる完了ハンドラ。

Discussion 議論

See Also 参照

Managing the Session セッションを管理する