CloudBlobStream.EndFlush(IAsyncResult) Method

Definition

Waits for the pending asynchronous flush to complete.

public abstract void EndFlush (IAsyncResult asyncResult);
abstract member EndFlush : IAsyncResult -> unit
Public MustOverride Sub EndFlush (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The reference to the pending asynchronous request to finish.

Applies to