Mini SQL Query Extensibility Documentation
IPerformTask Interface
NamespacesMiniSqlQuery.CoreIPerformTask
Intended as a window level task such as executing a query (like applying ICommand to a window).
Declaration Syntax
C#Visual BasicVisual C++
public interface IPerformTask
Public Interface IPerformTask
public interface class IPerformTask
Members
All MembersMethodsProperties



IconMemberDescription
CancelTask()()()
Cancels the current task.

ExecuteTask()()()
Executes the current task.

IsBusy
True if a task is being executed.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)