invalidateAll method
Collapse the table of content
Expand the table of content

IListDataNotificationHandler.invalidateAll method

Applies to Windows and Windows Phone

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

 

 

Show:
© 2017 Microsoft