This class implements read period-terminated operation.
| C# | Visual Basic | Visual C++ | F# |
public class ReadPeriodTerminatedAsyncOP : AsyncOP, IDisposable
Public Class ReadPeriodTerminatedAsyncOP Inherits AsyncOP Implements IDisposable
public ref class ReadPeriodTerminatedAsyncOP : public AsyncOP, IDisposable
type ReadPeriodTerminatedAsyncOP = class inherit AsyncOP interface IDisposable end
| 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119