VertexTTimeOnShutdown Method Naiad Help

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

Called after all messages and notifications have been delivered to this vertex.

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#
protected override void OnShutdown()
Remarks

Classes overriding this method must call base.OnShutdown().
See Also

Reference