FileUpdateRequest.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 an update 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.
Remarks
If you don't call this method, a request is considered complete as soon as the FileUpdateRequested event handler returns— regardless of outstanding asynchronous operations.