This class implements read period-terminated operation.
| C# | Visual Basic | Visual C++ |
public class ReadPeriodTerminatedAsyncOP : AsyncOP, IDisposable
Public Class ReadPeriodTerminatedAsyncOP _ Inherits AsyncOP _ Implements IDisposable
public ref class ReadPeriodTerminatedAsyncOP : public AsyncOP, IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| SmartStream..::..ReadPeriodTerminatedAsyncOP(Stream, Int64, SizeExceededAction) |
Default constructor.
| |
| BytesStored |
Gets number of bytes stored to Stream stream.
| |
| Completed |
Is raised when asynchronous operation has completed.
| |
| Dispose()()()() |
Cleans up any resources being used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Gets error occured during asynchronous operation. Value null means no error.
| |
| Finalize()()()() |
Destructor.
(Overrides Object.Finalize()()()().) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsCompleted |
Gets if asynchronous operation has completed.
(Overrides AsyncOP.IsCompleted.) | |
| IsCompletedSynchronously |
Gets if operation completed synchronously.
(Overrides AsyncOP.IsCompletedSynchronously.) | |
| IsDisposed |
Gets if this object is disposed.
(Overrides AsyncOP.IsDisposed.) | |
| LinesStored |
Gets number of lines stored to Stream stream.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Stream |
Gets stream where period terminated data has stored.
| |
| ToString()()()() | (Inherited from Object.) |