LumiSoft Net Help
EndReadLine Method (asyncResult)
NamespacesLumiSoft.Net.IOSmartStreamEndReadLine(IAsyncResult)
Handles the end of an asynchronous line reading.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use method 'ReadLine' instead.")]
public int EndReadLine(
	IAsyncResult asyncResult
)
<ObsoleteAttribute("Use method 'ReadLine' instead.")>
Public Function EndReadLine ( 
	asyncResult As IAsyncResult
) As Integer
public:
[ObsoleteAttribute(L"Use method 'ReadLine' instead.")]
int EndReadLine(
	IAsyncResult^ asyncResult
)
[<ObsoleteAttribute("Use method 'ReadLine' instead.")>]
member EndReadLine : 
        asyncResult : IAsyncResult -> int 
Parameters
asyncResult (IAsyncResult)
An IAsyncResult that represents an asynchronous call.
Return Value
Int32
Returns number of bytes stored to buffer. Returns -1 if no more data, end of stream reached.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when asyncResult is null reference.
ArgumentExceptionIs raised when invalid asyncResult passed to this method.
InvalidOperationExceptionIs raised when EndReadLine has already been called for specified asyncResult.
LineSizeExceededExceptionIs raised when maxCount value is exceeded.

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