Interface ITaskManagement
This interface can be used for managing tasks.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public interface ITaskManagement
Name | Description |
---|---|
CancelTask(String) | Cancels the specified task. |
GetTaskEnumerator(String, Int16) | Obtain the result in form of dictionary. |
GetTaskProgress(String) | Gets task progress. |