LumiSoft Net Help
ReadLine Method (op, async)
NamespacesLumiSoft.Net.IOSmartStreamReadLine(SmartStream..::..ReadLineAsyncOP, Boolean)
Begins line reading.
Declaration Syntax
C#Visual BasicVisual 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.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when op is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119