This topic has not yet been rated - Rate this topic

FileUpdateRequestDeferral.Complete | complete method

Signals that the response to a FileUpdateRequested event is finished.

Syntax


fileUpdateRequestDeferral.complete();

Parameters

This method has no parameters.

Remarks

To learn about responding to a FileUpdateRequested event, see FileUpdateRequestedEventArgs.

If your app participates in the Cached File Updater contract, calling this method completes the Request even if you called GetDeferral multiple times.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Provider
Windows::Storage::Provider [C++]

Metadata

Windows.winmd

See also

FileUpdateRequestDeferral

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.