CloudBlob.EndUndelete(IAsyncResult) Method

Definition

Ends an asynchronous operation to undelete the soft-deleted blob.

public virtual void EndUndelete (IAsyncResult asyncResult);
abstract member EndUndelete : IAsyncResult -> unit
override this.EndUndelete : IAsyncResult -> unit
Public Overridable Sub EndUndelete (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to