Stream: EndWrite

EndWrite

Used to end an asynchronous write operation.



 Public Sub EndWrite(
	  ByVal AsyncResult As IAsyncResult )

Parameters

AsyncResult
[ByVal] IAsyncResult. The object that represents the write process.

Remarks

See Also

Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods EndRead Equals