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
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

true if the blob exists.

Applies to