Interface TaskEnumeratorHandler
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public interface TaskEnumeratorHandler
Dispose(String)
Declaration
void Dispose(string serverAddress)
Parameters
Type |
Name |
Description |
System.String |
serverAddress |
|
NextRecord(String, TaskEnumeratorPointer)
Declaration
TaskEnumeratorResult NextRecord(string serverAddress, TaskEnumeratorPointer pointer)
Parameters
Type |
Name |
Description |
System.String |
serverAddress |
|
Alachisoft.NCache.Common.MapReduce.TaskEnumeratorPointer |
pointer |
|
Returns
Type |
Description |
Alachisoft.NCache.Common.MapReduce.TaskEnumeratorResult |
|