 
            | CreateBackgroundOperation(String, Action) | Creates a new background operation. The background operations runs the given method at given intervals. Must be separately started. | 
| CreateBackgroundOperation(String, ActionBackgroundOperation) | Creates a new background operation. The background operations runs the given method at given intervals. Must be separately started. |