[This is preliminary documentation and is subject to change.]
Indicates that all messages bearing the given time (or earlier) have been delivered.
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 override void OnNotify( TTime time )
Parameters
- time
- Type: TTime
The timestamp of the notification.
See Also