Interface IAimpTask
Interface implementation must support asynchronous access.
Namespace: AIMP.SDK.Threading
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpTask
Methods
Execute(IAimpTaskOwner)
Executes the task.
Declaration
AimpActionResult Execute(IAimpTaskOwner owner)
Parameters
Type | Name | Description |
---|---|---|
IAimpTaskOwner | owner | Owner provides an ability to know if user cancel the task. You must abort current operation as soon as possible. |