SendChannelTRecord, TTime InterfaceNaiad Help

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

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 interface SendChannel<TRecord, TTime>
where TTime : Object, Time<TTime>

Type Parameters

TRecord
record type
TTime
time type

The SendChannelTRecord, TTime type exposes the following members.

Methods

  NameDescription
Public methodFlush
Flushes any buffered messages to the receiver.
Public methodSend
Inserts the given messageinto the channel.
Top
See Also

Reference