StartRecurringBackgroundOperation(String, TimeSpan, Action) | Creates a new background operation and starts it. The background operation runs the given method at given intervals. |
StartRecurringBackgroundOperation(String, TimeSpan, ActionBackgroundOperation) | Creates a new background operation and starts it. The background operation runs the given method at given intervals. |