Try Playground
Show / Hide Table of Contents

Method GetEnumerator

GetEnumerator()

Obtain the result in form of dictionary.

Declaration
IDictionaryEnumerator GetEnumerator()
Returns
Type Description
IDictionaryEnumerator

dictionary containing the MapReduce result

Examples

Example gets map reduce task result enumerator

ITaskResult result = taskTracker.GetResult();

IDictionaryEnumerator enumResult = result.GetEnumerator();
Back to top Copyright © 2017 Alachisoft