MobileForms Toolkit Documentation

ZipStream.EndWrite Method 

Ends an asynchronous write, blocking until the I/O operation has completed.

public override void EndWrite(
IAsyncResult asyncResult
);

Parameters

asyncResult
The pending asynchronous I/O request.

Remarks

This method overrides EndWrite.

EndWrite must be called exactly once on every IAsyncResult from BeginWrite. EndWrite will block until the I/O operation has completed.

See Also

ZipStream Class | Resco.IO.Zip Namespace