[This is preliminary documentation and is subject to change.]
Forwards a message to the appropriate worker
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#
public void OnRecv( TRecord[] message, int epoch, int fromWorker )
Parameters
- message
- Type: TRecord
message - epoch
- Type: SystemInt32
epoch - fromWorker
- Type: SystemInt32
worker
See Also