DataSchemaErrorTaskService.OnIdle Method
This method will be called repeatedly by a user interface thread when the thread is idle.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub OnIdle
public void OnIdle()
public:
virtual void OnIdle() sealed
abstract OnIdle : unit -> unit
override OnIdle : unit -> unit
public final function OnIdle()
Implements
IDatabaseProjectIdleProcessor.OnIdle()
.NET Framework Security
- 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.