| Table of Contents
|
public abstract interface IQueueStream
| Visibility | Description |
|---|---|
| Public | UnreadCount Total number of records unread. |
| Visibility | Description |
|---|---|
| Public | AppendRecord(Stream stream, long length) Append the given stream as a new record. It is assumed that the stream's position is set to the appropriate position. |
| Public | DeleteRecord(IQueueStreamHandle location) Permanently remove a record from the stream, identified by the MindTouch.IO.IQueueStreamHandle attached to the MindTouch.IO.QueueStreamRecord returned by IQueueStream.ReadNextRecord(). |
| Public | ReadNextRecord() Read the next unread record from the stream. Will return QueueStreamRecord.Empty if there is no next record in the stream. |
| Public | Truncate() Truncate the QueueStream and drop all records. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by