CachedFileUpdaterUI.GetDeferral 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.
Gets an object used to complete a file update request asynchronously.
public:
virtual FileUpdateRequestDeferral ^ GetDeferral() = GetDeferral;
FileUpdateRequestDeferral GetDeferral();
public FileUpdateRequestDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As FileUpdateRequestDeferral
Returns
The object that the app uses to indicate, asynchronously, that it has finished responding to a FileUpdateRequested event and that the Request is complete.