LineDisplayWindow.TryRefreshAsync Method

Definition

Refresh the line display window.

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

Returns

True if the window was successfully refreshed; otherwise, false.

Attributes

Applies to