Handles the end of an asynchronous data reading.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
ArgumentNullException | Is raised when asyncResult is null reference. |
ArgumentException | Is raised when invalid asyncResult passed to this method. |
InvalidOperationException | Is raised when EndReadToStream has already been called for specified asyncResult. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119