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

start()

Causes the connection to begin loading data, if it has not already. 接続にデータのロードを開始させます、もしそれがまだしていないならば。

Declaration 宣言

func start()

Discussion 議論

Calling this method is necessary only if you create a connection with the init(request:delegate:startImmediately:) method and provide false for the startImmediately parameter. If you don’t schedule the connection in a run loop or an operation queue before calling this method, the connection is scheduled in the current run loop in the default mode. このメソッドを呼び出すことは、あなたが接続をinit(request:delegate:startImmediately:)メソッドで作成するそしてfalsestartImmediatelyパラメータに提供する場合にのみ必要です。あなたが接続を予定することを、ある実行ループまたは演算キューにおいてこのメソッドを呼び出す前に行わないならば、接続は現在の実行ループにおいて省略時のモードで予定されます。

See Also 参照

Loading Data Asynchronously データを非同期にロードする