ISettingsManagerHost Events
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | HostShuttingDown | Raised when the host is about to shut down, to give the settings manager an opportunity to release resources, finish or cancel async tasks, etc. The host should wait until the async event handler is complete (e.g. using theRaiseEventAsync<T> extension method) before continuing. |
![]() | IdleStateChanged | Raised when the host application goes idle or becomes active again, to enable reduced resource usage during the idle period. |
Show:
