IMaintenanceTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that may be implemented and exported into the default Visual Studio catalog in order to receive one chance per VS session when VS is idle to get some periodic work done.
public interface IMaintenanceTask
type IMaintenanceTask = interface
Public Interface IMaintenanceTask
Methods
PerformMaintenanceAsync(CancellationToken) |
Invoked by the idle manager when it's a good time to get your periodic maintenance task done. |