StatusBarProgressIndicator.HideAsync Method

Definition

Hides the progress indicator.

public:
 virtual IAsyncAction ^ HideAsync() = HideAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction HideAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction HideAsync();
function hideAsync()
Public Function HideAsync () As IAsyncAction

Returns

The asynchronous results of the operation. Use this to determine when the async call is complete.

Attributes

Applies to