[This is preliminary documentation and is subject to change.]
The VertexInputBufferTRecord, TTime generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Checkpoint |
Checkpoints the contents of this buffer to the given NaiadWriter.
| |
| Flush |
Flushes the associated vertex.
| |
| GetRecordsAt |
Enumerates (and destroys) input records associated with the given time.
| |
| OnReceive |
Buffers the content of the given message, and schedules
a corresponding notification on the owning Vertex.
| |
| Restore |
Restores this buffer from the given NaiadReader.
| |
| SerializedMessageReceived |
Buffers the content of the given serializedMessage, and
schedules a corresponding notification on the owning Vertex.
| |
| ToString |
Returns a string representation of this buffer.
(Overrides ObjectToString.) |
See Also