[This is preliminary documentation and is subject to change.]
Describes the origin of a message
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 struct ReturnAddress
The ReturnAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReturnAddress(Int32, Int32) |
Constructs a return address from process and vertex identifiers
| |
ReturnAddress(Int32, Int32, Int32) |
Constructs a return address from process, vertex, thread identifiers
|
Fields
Name | Description | |
---|---|---|
ProcessID |
Process identifier of the sender
| |
ThreadIndex |
Process-local thread identifier of the sender
| |
VertexID |
Vertex identifier of the sender
|
See Also