Ends an asynchronous write operation.
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Parameters
- asyncResult
- Type: SystemIAsyncResult
A reference to the outstanding asynchronous I/O request.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | asyncResult is null. |
ArgumentException | asyncResult did not originate from a BeginWrite(Byte, Int32, Int32, AsyncCallback, Object) method on the current stream. |
IOException | The stream is closed or an internal error has occurred. |
See Also