All delegate method calls and completion handlers related to the session are performed on this queue. The session object keeps a strong reference to this queue until your app exits or the session object is deallocated. If you do not invalidate the session, your app leaks memory until it exits.
そのセッションに関連した全ての委任先メソッド呼び出しと完了ハンドラの全ては、このキュー上で実行されます。セッションオブジェクトは、このキューへの強い参照を保ちます、あなたのアプリが退出するまたはセッションオブジェクトがデアロケートされるまで。あなたがセッションを無効にしないならば、あなたのアプリはそれが退出するまでメモリを漏洩します。
A protocol that defines methods that URL session instances call on their delegates to handle session-level events, like session life cycle changes.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出して、セッションライフサイクル変化のようなセッション水準イベントを取り扱うものです。
A protocol that defines methods that URL session instances call on their delegates to handle task-level events.
あるプロトコル、それはいくつかのメソッドを定義します、それらはURLセッションインスタンスがそれらの委任先上で呼び出してタスク水準イベントを取り扱うものです。