VertexEndArgs ClassNaiad Help

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

Arguments of the event that is raised when a vertex notification ends.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Microsoft.Research.Naiad.DiagnosticsVertexEndArgs

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

C#
public class VertexEndArgs : EventArgs

The VertexEndArgs type exposes the following members.

Fields

  NameDescription
Public fieldPointstamp
The pointstamp of the notification that was delivered.
Public fieldStage
The stage of which the vertex is a member.
Public fieldThreadId
The worker thread on which the vertex is ending.
Public fieldVertexId
The ID of the vertex within its stage.
Top
See Also

Reference