IOleComponent.FDoIdle Method
Visual Studio 2012
Gives the component a chance to do idle time tasks.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
The component may periodically call FContinueIdle; if this method returns false, the component should terminate its idle time processing and return.
If a component reaches a point where it has no idle tasks and does not need FDoIdle calls, it should remove its idle task registration via FUpdateComponentRegistration.
If this method is called while the component is performing a tracking operation, the component should perform only those idle time tasks that are appropriate during tracking.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.