Initializer

init()

Creates a task metrics instance. タスク指標インスタンスを作成します。

Declaration 宣言

init()

Discussion 議論

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