[This is preliminary documentation and is subject to change.]
Constructs explicit placement from a sequence of VertexLocation objects.
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 Explicit( IEnumerable<VertexLocation> locations )
Parameters
- locations
- Type: System.Collections.GenericIEnumerableVertexLocation
The explicit locations of each vertex in this placement.
See Also