StageInputTRecord, TTime ClassNaiad Help

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

Represents an input to a dataflow stage.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.DataflowStageInputTRecord, TTime

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 class StageInput<TRecord, TTime>
where TTime : Object, Time<TTime>

Type Parameters

TRecord
record type
TTime
time type

The StageInputTRecord, TTime type exposes the following members.

Methods

  NameDescription
Public methodToString
Returns a string representation of this stage input.
(Overrides ObjectToString.)
Top
See Also

Reference