ReturnAddress Constructor (Int32, Int32, Int32)Naiad Help

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

Constructs a return address from process, vertex, thread 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,
	int threadIndex
)

Parameters

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

Reference