[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
Name | Description | |
---|---|---|
Equals |
Returns true if and only if this and the other pointstamps are equal.
| |
GetHashCode |
Returns a hashcode for this pointstamp.
(Overrides ValueTypeGetHashCode.) | |
ToString |
Returns a string representation of this pointstamp.
(Overrides ValueTypeToString.) |
Fields
Name | Description | |
---|---|---|
Location |
Dataflow graph location
| |
Timestamp |
Timestamp
|
See Also