[This is preliminary documentation and is subject to change.]
Constructs a new vertex location.
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#
public VertexLocation( int vertexId, int processId, int threadId )
Parameters
- vertexId
- Type: SystemInt32
The vertex ID. - processId
- Type: SystemInt32
The process ID. - threadId
- Type: SystemInt32
The worker thread ID.
See Also