InterGraphDataSourceTRecord Constructor Naiad Help

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

Constructs a new InterGraphDataSource from the given InterGraphDataSink.

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

C#
public InterGraphDataSource(
	InterGraphDataSink<TRecord> sink
)

Parameters

sink
Type: Microsoft.Research.Naiad.InputInterGraphDataSinkTRecord
The sink from which this source will consume records.
See Also

Reference