[This is preliminary documentation and is subject to change.]
Represents a potentially nested scope in a dataflow computation, in which all messages have the same time type.
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 TimeContext<TTime> where TTime : Object, Time<TTime>
Type Parameters
- TTime
- time type
See Also