AdaptiveMediaSourceDownloadRequestedDeferral
AdaptiveMediaSourceDownloadRequestedDeferral
AdaptiveMediaSourceDownloadRequestedDeferral
AdaptiveMediaSourceDownloadRequestedDeferral
Class
Definition
Represents a deferral that can be used to defer the completion of the DownloadRequested event so that the app can asynchronously download media content.
public : sealed class AdaptiveMediaSourceDownloadRequestedDeferral : IAdaptiveMediaSourceDownloadRequestedDeferralpublic sealed class AdaptiveMediaSourceDownloadRequestedDeferral : IAdaptiveMediaSourceDownloadRequestedDeferralPublic NotInheritable Class AdaptiveMediaSourceDownloadRequestedDeferral Implements IAdaptiveMediaSourceDownloadRequestedDeferral// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
To get an instance of this class call AdaptiveMediaSourceDownloadRequestedEventargs.GetDeferral.
Methods
Complete() Complete() Complete() Complete()
Informs the system that an asynchronous operation associated with a DownloadRequested event has finished.
public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.