Pointstamp StructureNaiad Help

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

Represents a combined dataflow graph location and timestamp, for use in progress tracking.

Namespace: Microsoft.Research.Naiad.Runtime.Progress
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public struct Pointstamp : IEquatable<Pointstamp>

The Pointstamp type exposes the following members.

Methods

  NameDescription
Public methodEquals
Returns true if and only if this and the other pointstamps are equal.
Public methodGetHashCode
Returns a hashcode for this pointstamp.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns a string representation of this pointstamp.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldLocation
Dataflow graph location
Public fieldTimestamp
Timestamp
Top
See Also

Reference