AdaptiveMediaSourceDownloadRequestedEventArgs.GetDeferral Method

Definition

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.

Applies to