HidStream EndWrite Method HIDSharp
Ends an asynchronous write operation.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax

public override void EndWrite(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: OnlineSystem IAsyncResult
A reference to the outstanding asynchronous I/O request.
Exceptions

See Also