Begins line reading.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool ReadLine( SmartStream..::..ReadLineAsyncOP op, bool async )
Public Function ReadLine ( op As SmartStream..::..ReadLineAsyncOP, async As Boolean ) As Boolean
public: bool ReadLine( SmartStream..::..ReadLineAsyncOP^ op, bool async )
member ReadLine : op : SmartStream..::..ReadLineAsyncOP * async : bool -> bool
Parameters
- op (SmartStream..::..ReadLineAsyncOP)
- Read line 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