ReturnAddress Constructor (Int32, Int32)Naiad Help

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

Constructs a return address from process and vertex identifiers

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 ReturnAddress(
	int processId,
	int vertexId
)

Parameters

processId
Type: SystemInt32
process identifier
vertexId
Type: SystemInt32
vertex identifier
See Also

Reference