VertexInputTRecord, TTimeOnReceive Method Naiad Help

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

Callback for a message containing several records.

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 OnReceive(
	Message<TRecord, TTime> message,
	ReturnAddress from
)

Parameters

message
Type: Microsoft.Research.Naiad.DataflowMessageTRecord, TTime
the message
from
Type: Microsoft.Research.Naiad.DataflowReturnAddress
the source of the message
See Also

Reference