Method RegularInterval
| Edit this page View SourceRegularInterval(double)
Creates a schedule that requests background checks at a regular interval.
Declaration
public static OfflineManagerBackgroundStatusCheckSchedule RegularInterval(double interval)
Parameters
| Type | Name | Description |
|---|---|---|
| double | interval | The number of seconds between status checks. |
Returns
| Type | Description |
|---|---|
| OfflineManagerBackgroundStatusCheckSchedule | A configured background status check schedule. |