Instance Property インスタンスプロパティ

shouldUseExtendedBackgroundIdleMode

A Boolean value that indicates whether TCP connections should be kept open when the app moves to the background. あるブール値、それはアプリがバックグラウンドに移動する時にTCP接続が開いたままにされるべきかどうかを指し示します。

Declaration 宣言

@property BOOL shouldUseExtendedBackgroundIdleMode;

Discussion 議論

In addition to requesting that the connection be kept open, setting this value to YES asks the system to delay reclaiming the connection when the app moves to the background. 接続が開いたままにされるリクエストをすることに加えて、この値をYESに設定することは、アプリをバックグラウンドに移動する時に接続を取り戻すことを遅らすようシステムに頼みます。

See Also 参照

Supporting Background Transfers バックグラウンド転送をサポートする

Related Documentation 関連文書