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