Begins period-terminated data reading.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool ReadPeriodTerminated( SmartStream..::..ReadPeriodTerminatedAsyncOP op, bool async )
Public Function ReadPeriodTerminated ( op As SmartStream..::..ReadPeriodTerminatedAsyncOP, async As Boolean ) As Boolean
public: bool ReadPeriodTerminated( SmartStream..::..ReadPeriodTerminatedAsyncOP^ op, bool async )
member ReadPeriodTerminated : op : SmartStream..::..ReadPeriodTerminatedAsyncOP * async : bool -> bool
Parameters
- op (SmartStream..::..ReadPeriodTerminatedAsyncOP)
- Read period terminated opeartion.
- async (Boolean)
- If true then this method can complete asynchronously. If false, this method completed always syncronously.
Return Value
Boolean
Returns true if read line completed synchronously, false if asynchronous operation pending.
Returns true if read line completed synchronously, false if asynchronous operation pending.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when op is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119