AdaptiveMediaSourceDownloadRequestedEventArgs.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 a deferral that can be used to defer the completion of the DownloadRequested event so that the app can asynchronously download media content.
public:
virtual AdaptiveMediaSourceDownloadRequestedDeferral ^ GetDeferral() = GetDeferral;
AdaptiveMediaSourceDownloadRequestedDeferral GetDeferral();
public AdaptiveMediaSourceDownloadRequestedDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As AdaptiveMediaSourceDownloadRequestedDeferral
Returns
A deferral that can be used to defer the completion of the DownloadRequested event.