ReturnAddress StructureNaiad Help

[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

  NameDescription
Public methodReturnAddress(Int32, Int32)
Constructs a return address from process and vertex identifiers
Public methodReturnAddress(Int32, Int32, Int32)
Constructs a return address from process, vertex, thread identifiers
Top
Fields

  NameDescription
Public fieldProcessID
Process identifier of the sender
Public fieldThreadIndex
Process-local thread identifier of the sender
Public fieldVertexID
Vertex identifier of the sender
Top
See Also

Reference