AdaptiveMediaSourceDownloadRequestedDeferral Classe

Definizione

Rappresenta un rinvio che può essere usato per rinviare il completamento dell'evento DownloadRequested in modo che l'app possa scaricare in modo asincrono il contenuto multimediale.

public ref class AdaptiveMediaSourceDownloadRequestedDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AdaptiveMediaSourceDownloadRequestedDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AdaptiveMediaSourceDownloadRequestedDeferral
Public NotInheritable Class AdaptiveMediaSourceDownloadRequestedDeferral
Ereditarietà
Object Platform::Object IInspectable AdaptiveMediaSourceDownloadRequestedDeferral
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Per ottenere un'istanza di questa classe chiama AdaptiveMediaSourceDownloadRequestedEventargs.GetDeferral.

Metodi

Complete()

Informa il sistema che è stata completata un'operazione asincrona associata a un evento DownloadRequested .

Si applica a