BackgroundOperationManager.CreateBackgroundOperation Method

Overload List

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

See Also