UnaryVertexTInput, TOutput, TTimeOnReceive Method Naiad Help

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

A programmer-supplied action to be performed on each message receipt.

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

C#
public abstract void OnReceive(
	Message<TInput, TTime> message
)

Parameters

message
Type: Microsoft.Research.Naiad.DataflowMessageTInput, TTime
Received message
See Also

Reference