MultiBufferMemoryStream.EndFastCopyTo(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.