DataMigrationToPccService.MigrationTimeoutMs Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timeout in milliseconds for the migration service to complete its task.
[Android.Runtime.Register("MIGRATION_TIMEOUT_MS", ApiSince=37)]
public const long MigrationTimeoutMs = 60000;
[<Android.Runtime.Register("MIGRATION_TIMEOUT_MS", ApiSince=37)>]
val mutable MigrationTimeoutMs : int64
Field Value
Value = 60000- Attributes
Remarks
The timeout in milliseconds for the migration service to complete its task. The system will unbind from the service after this timeout.
Android reference for android.app.privatecompute.DataMigrationToPccService.MIGRATION_TIMEOUT_MS.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.