IListDataNotificationHandler.invalidateAll method

Indicates that all previous data obtained from the IListDataAdapter is invalid and should be refreshed.

Syntax

iListDataNotificationHandler.invalidateAll().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

Return value

Type: Promise**

A Promise that completes when the data has been completely refreshed and all change notifications have been sent.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListDataNotificationHandler