Freigeben über


DispatcherExitDeferral Klasse

Definition

Stellt ein Objekt dar, mit dem Ihre App das Beenden eines DispatcherQueue-Objekts zurückstellen kann.

public ref class DispatcherExitDeferral sealed
/// [Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DispatcherExitDeferral final
[Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DispatcherExitDeferral
function DispatcherExitDeferral()
Public NotInheritable Class DispatcherExitDeferral
Vererbung
Object Platform::Object IInspectable DispatcherExitDeferral
Attribute

Konstruktoren

DispatcherExitDeferral()

Erstellt eine neue instance von DispatcherExitDeferral.

Methoden

Complete()

Wird von Ihrer App aufgerufen, um zu benachrichtigen, dass die Verarbeitung der Benachrichtigung abgeschlossen ist, und die DispatcherQueue kann jetzt beendet werden.

Gilt für: