AutoRenamerTIdentifierAddRenameTaskTInput Method Naiad Help

[This is preliminary documentation and is subject to change.]

Adds a rename task, taking a stream in the rename context and a name selection function.

Namespace: Microsoft.Research.Naiad.Frameworks.GraphLINQ
Assembly: Microsoft.Research.Naiad.GraphLINQ (in Microsoft.Research.Naiad.GraphLINQ.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public Stream<NodeWithValue<TInput>, IterationIn<Epoch>> AddRenameTask<TInput>(
	Stream<TInput, IterationIn<Epoch>> stream,
	Func<TInput, TIdentifier> identifierSelector
)

Parameters

stream
Type: Microsoft.Research.NaiadStreamTInput, IterationInEpoch
source stream
identifierSelector
Type: SystemFuncTInput, TIdentifier
function from input to identifier

Type Parameters

TInput
input type

Return Value

Type: StreamNodeWithValueTInput, IterationInEpoch
stream of pairs of inputs and node name of associated identifier
See Also

Reference