VertexOutputTRecord, TTimeAddReceiver Method Naiad Help

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

Adds the given receiver to those that will be informed of every messages sent on this output.

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

C#
void AddReceiver(
	SendChannel<TRecord, TTime> receiver
)

Parameters

receiver
Type: Microsoft.Research.Naiad.DataflowSendChannelTRecord, TTime
A receiver of messages.
See Also

Reference