Begins line reading.

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

- op (SmartStream..::..ReadLineAsyncOP)
- Read line opeartion.
- async (Boolean)
- If true then this method can complete asynchronously. If false, this method completed always syncronously.

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.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when op is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119