case cancel
case continueLoading
case useNewRequest
Availability 有効性
Technology
The values of this enumeration indicate how to handle a task with a delayed start time (as set with the earliest
property). When the task is ready to start, it calls the url
method of URLSession
. The implementation of this method must call the provided completion handler, passing in one case of this enumeration as the first argument. If the URLSession
disposition is used for the first argument, the caller must also provide a new NSURLRequest
as the second argument.
この列挙の値は、どのようにタスクがある遅延開始時間で取り扱われるかを指し示します(earliest
プロパティで設定されるように)。タスクが開始する準備ができる場合、それはURLSession
のurl
メソッドを呼び出します。このメソッドの実装は、提供された完了ハンドラを呼び出さなければなりません、この列挙の1事例を最初の引数として渡して。URLSession
の意向が最初の引数として使われるならば、呼び出し側も新しいNSURLRequest
を2番目の引数として提供しなければなりません。
case cancel
case continueLoading
case useNewRequest
func urlSession (URLSession, task: URLSessionTask, willBeginDelayedRequest : URLRequest, completionHandler : (URLSession.DelayedRequestDisposition, URLRequest?) -> Void)
func urlSession (URLSession, taskIsWaitingForConnectivity : URLSessionTask)