ConstantDataSourceTRecord Constructor (TRecord)Naiad Help

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

Constructs a DataSource with a single element.

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 ConstantDataSource(
	TRecord element
)

Parameters

element
Type: TRecord
source record
See Also

Reference