[This is preliminary documentation and is subject to change.]
Arguments of the event that is raised when a vertex notification starts.
Inheritance Hierarchy
SystemEventArgs
Microsoft.Research.Naiad.DiagnosticsVertexStartArgs
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 VertexStartArgs : EventArgs
The VertexStartArgs type exposes the following members.
Fields
Name | Description | |
---|---|---|
Pointstamp |
The pointstamp of the notification that is being delivered.
| |
Stage |
The stage of which the vertex is a member.
| |
ThreadId |
The worker thread on which the vertex is starting.
| |
VertexId |
The ID of the vertex within its stage.
|
See Also