Share via


ICloudBlob.EndExists(IAsyncResult) Method

Definition

Returns the asynchronous result of the request to check existence of the blob.

public bool EndExists(IAsyncResult asyncResult);
abstract member EndExists : IAsyncResult -> bool
Public Function EndExists (asyncResult As IAsyncResult) As Boolean

Parameters

asyncResult
System.IAsyncResult

An System.IAsyncResult that references the pending asynchronous operation.

Returns

System.Boolean

true if the blob exists.

Applies to