ExtensionMethodsFinishRenamingTRecord, TIdentifier Method Naiad Help

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

Extracts a stream from an AutoRenaming context. Once called, no further RenameUsing invocations may be used.

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 static Stream<TRecord, Epoch> FinishRenaming<TRecord, TIdentifier>(
	this Stream<TRecord, IterationIn<Epoch>> stream,
	AutoRenamer<TIdentifier> renamer
)

Parameters

stream
Type: Microsoft.Research.NaiadStreamTRecord, IterationInEpoch
The stream of records
renamer
Type: Microsoft.Research.Naiad.Frameworks.GraphLINQAutoRenamerTIdentifier
The AutoRenamer

Type Parameters

TRecord
Record type
TIdentifier
Identifier type

Return Value

Type: StreamTRecord, Epoch
The same stream of records, outside of the renaming context.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StreamTRecord, IterationInEpoch. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference