Type Method 型メソッド

backgroundSessionConfiguration:

Returns a session configuration object that allows HTTP and HTTPS uploads or downloads to be performed in the background. あるセッション構成設定オブジェクトを返します、それはHTTPおよびHTTPSアップロードまたはダウンロードにバックグラウンドで実行されることを許可します。

Declaration 宣言

+ (NSURLSessionConfiguration *)backgroundSessionConfiguration:(NSString *)identifier;

Parameters パラメータ

identifier

The unique identifier for the configuration object. This parameter must not be nil or an empty string. 構成設定オブジェクトに対する特有な識別子。このパラメータは、nilや空の文字列であってはいけません。

Return Value 戻り値

A URL session configuration object that causes upload and download tasks to be performed by the system in a separate process. あるURLセッション構成設定オブジェクト、それはアップロードとダウンロードタスクがシステムによってある独立したプロセスにおいて実行されるようにします。