Method RegularInterval
| Edit this page View SourceRegularInterval(double)
Requests that the system schedule a background check at a regular interval. Ultimately it is up to the discretion of the system if that check is run.
Declaration
public static BackgroundStatusCheckSchedule RegularInterval(double interval)
Parameters
| Type | Name | Description |
|---|---|---|
| double | interval | Number of seconds between each background status check. |
Returns
| Type | Description |
|---|---|
| BackgroundStatusCheckSchedule | BackgroundStatusCheckSchedule |