LumiSoft Net Help
ReadPeriodTerminated Method (op, async)
NamespacesLumiSoft.Net.IOSmartStreamReadPeriodTerminated(SmartStream..::..ReadPeriodTerminatedAsyncOP, Boolean)
Begins period-terminated data reading.
Declaration Syntax
C#Visual BasicVisual 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.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when op is null reference.

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