LineDisplayStoredBitmap.TryDeleteAsync Method

Definition

Attempts to asynchronously delete the stored bitmap.

public:
 virtual IAsyncOperation<bool> ^ TryDeleteAsync() = TryDeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDeleteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDeleteAsync();
function tryDeleteAsync()
Public Function TryDeleteAsync () As IAsyncOperation(Of Boolean)

Returns

Returns True if the bitmap was successfully deleted; otherwise, False.

Attributes

Applies to