Class TaskEnumerator
The instance of this class is used for enumerating the results of the task.
Inheritance
System.Object
TaskEnumerator
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class TaskEnumerator : IDictionaryEnumerator
Name | Description |
---|---|
Current | Current entry |
Entry | Sets the dictionary entry. |
Key | Specifies the key. |
Value | The value against specified key |
Name | Description |
---|---|
MoveNext() | Move to next entry |
Reset() | Reset. Throws not supported exception |