GenericDecomposable<TDecomposable, TSource, TAccumulate, TResult>.Initialize Method DryadLINQ documentation
Initializes the initial state of the IDecomposable object.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public static void Initialize(
	Object state
)

Parameters

state
Type: System.Object
The initial state of this IDecomposable object
See Also

Reference