CompressionStream.EndWrite(IAsyncResult) Method

Definition

Ends an asynchronous write operation.

public override void EndWrite (IAsyncResult asyncResult);
override this.EndWrite : IAsyncResult -> unit

Parameters

asyncResult
IAsyncResult

The reference to the pending asynchronous request to finish.

Exceptions

The end call is invalid because asynchronous read operations for this stream are not yet complete.

Applies to