Langage

ContentDeferral Classe

Définition

Fournit la prise en charge des reports des modifications d’état dans un ContentIsland.

public ref class ContentDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContentDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContentDeferral
Public NotInheritable Class ContentDeferral
Héritage
Object Platform::Object IInspectable ContentDeferral
Attributs

Remarques

Un ContentDeferral est annulé automatiquement dans certaines circonstances (par exemple, lorsque ContentIsland est connecté à un autre ContentSite).

Note

Cet objet a une affinité de thread et doit être terminé sur le thread d’interface utilisateur du propriétaire (contrairement au report).

Pour plus d’informations sur les reports, consultez Travaux asynchrones et reports.

Méthodes

Nom Description
Complete()

Termine le report et permet aux modifications d’état dans un ContentIsland de continuer.

S’applique à

Voir aussi