LineDisplayWindow.TryRefreshAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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