Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?