LumiSoft Net Help
EndReadFixedCount Method (asyncResult)
NamespacesLumiSoft.Net.IOSmartStreamEndReadFixedCount(IAsyncResult)
Handles the end of an asynchronous data reading.
Declaration Syntax
C#Visual BasicVisual C++F#
public void EndReadFixedCount(
	IAsyncResult asyncResult
)
Public Sub EndReadFixedCount ( 
	asyncResult As IAsyncResult
)
public:
void EndReadFixedCount(
	IAsyncResult^ asyncResult
)
member EndReadFixedCount : 
        asyncResult : IAsyncResult -> unit 
Parameters
asyncResult (IAsyncResult)
An IAsyncResult that represents an asynchronous call.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when asyncResult is null reference.
ArgumentExceptionIs raised when invalid asyncResult passed to this method.
InvalidOperationExceptionIs raised when EndReadToStream has already been called for specified asyncResult.

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