DataSourceTRecordRegisterInputs Method Naiad Help

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

Called with a sequence of streaming inputs to attach to the data source.

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#
void RegisterInputs(
	IEnumerable<StreamingInput<TRecord>> inputs
)

Parameters

inputs
Type: System.Collections.GenericIEnumerableStreamingInputTRecord
A sequence of streaming inputs, one per local worker.
See Also

Reference