CachedFileUpdaterUI.GetDeferral Method

Definition

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.

Applies to