Instance Method インスタンスメソッド

getAllTasksWithCompletionHandler:

Asynchronously calls a completion callback with all tasks in a session 非同期に、ある完了コールバックを全てのタスクで、あるセッションにおいて呼び出します。

Declaration 宣言

- (void)getAllTasksWithCompletionHandler:(void (^)(NSArray<__kindof NSURLSessionTask *> *tasks))completionHandler;

Parameters パラメータ

completionHandler

The completion handler to call with the list of tasks. タスクそれらからなるリストを使って呼び出すことになる完了ハンドラ。

See Also 参照

Managing the Session セッションを管理する