Return Value
戻り値
The new session download task.
新しいセッションダウンロードタスク。
Discussion
議論
By creating a task based on a request object, you can tune various aspects of the task’s behavior, including the cache policy and timeout interval.
リクエストオブジェクトに基づいてタスクを作成することによって、あなたはタスクのもつ挙動のさまざまな面を調整できます、キャッシュ方針とタイムアウト間隔を含めて。
After you create the task, you must start it by calling its resume()
method. The task calls methods on the session’s delegate to provide you with progress notifications, the location of the resulting temporary file, and so on.
あなたがタスクを作成する後、あなたはそれを、それのresume()
メソッドを呼び出すことによって開始しなければなりません。タスクは、メソッドをセッションのもつ委任先の上で呼び出して、あなたに進捗通知、結果の一時ファイルの場所、などを提供します。