Asynchronously calls a completion callback with all data, upload, and download tasks in a session.
非同期に、ある完了コールバックをあるセッションにおけるデータ、アップロード、そしてダウンロードタスク全てをつかって呼び出します。
The completion handler to call with the list of tasks. This handler is executed on the delegate queue.
タスクそれらからなるリストを使って呼び出すことになる完了ハンドラ。このハンドラは、委任先キュー上で遂行されます。
Discussion
議論
The arrays passed to the completion handler contain any tasks that you have created within the session, not including any tasks that have been invalidated after completing, failing, or being cancelled.
完了ハンドラに渡される配列は、あなたがそのセッション内で作成したあらゆるタスクを含みます、しかし完了、失敗、または取り消しされる後に無効にされたあらゆるタスクを含みません。
Flushes cookies and credentials to disk, clears transient caches, and ensures that future requests occur on a new TCP connection.
クッキーと資格情報をディスクへと排出します、短期キャッシュをきれいにします、そして将来のリクエストが新しいTCP接続上で発生することを保証します。
Empties all cookies, caches and credential stores, removes disk files, flushes in-progress downloads to disk, and ensures that future requests occur on a new socket.
全てのクッキー、キャッシュ、そして資格情報ストアを空にします、ディスクファイルを取り除きます、進行中のダウンロードをディスクへと一掃します、そして将来のリクエストが新しいソケット上で発生することを保証します。