Discussion 議論
You should never need to create your own URLSession
instances. If you are interested in task metrics, implement the url
method of URLSession
. The URLSession
will collect task metrics for you and deliver them to this method.
あなたは、あなた独自のURLSession
インスタンスを作成する必要はないはずです。あなたがタスク指標に興味があるならば、URLSession
のurl
メソッドを実装してください。URLSession
は、あなたの代わりにタスク指標を収集します、そしてそれらをこのメソッドに配達します。