[This is preliminary documentation and is subject to change.]
Represents the recipient of a MessageTRecord, 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 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
Name | Description | |
---|---|---|
Flush |
Flushes any buffered messages to the receiver.
| |
Send |
Inserts the given messageinto the channel.
|
See Also