[This is preliminary documentation and is subject to change.]
Adds a recipient for records handled by this buffer.
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#
public void AddReceiver( SendChannel<TRecord, TTime> recipient )
Parameters
- recipient
- Type: Microsoft.Research.Naiad.DataflowSendChannelTRecord, TTime
The recipient.
Implements
VertexOutputTRecord, TTimeAddReceiver(SendChannelTRecord, TTime)See Also