InterGraphDataSinkTRecord ClassNaiad Help

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

Data sink for use by other graph managers.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.InputInterGraphDataSinkTRecord

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

C#
public class InterGraphDataSink<TRecord>

Type Parameters

TRecord
The type of records produced by this sink.

The InterGraphDataSinkTRecord type exposes the following members.

Constructors

  NameDescription
Public methodInterGraphDataSinkTRecord
Creates a new InterGraphDataSink from a stream.
Top
Methods

  NameDescription
Public methodNewDataSource
Returns a new InterGraphDataSource for use by other graph managers.
Public methodSeal
Mark the collection as not accepting any more data sources
Top
See Also

Reference