GenericDecomposableTDecomposable, TSource, TAccumulate, TResultInitialize 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: SystemObject
The initial state of this IDecomposable object
See Also

Reference