MultiBufferMemoryStream.EndFastCopyTo(IAsyncResult) Method

Definition

Ends an asynchronous copy operation.

public void EndFastCopyTo (IAsyncResult asyncResult);
member this.EndFastCopyTo : IAsyncResult -> unit
Public Sub EndFastCopyTo (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The reference to the pending asynchronous request to finish.

Applies to