Freigeben über


ContactChangedDeferral Klasse

Definition

Das Zurückstellungsobjekt, das bei der asynchronen Verarbeitung von ContactChanged-Ereignissen verwendet werden soll .

public ref class ContactChangedDeferral 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 ContactChangedDeferral 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 ContactChangedDeferral
Public NotInheritable Class ContactChangedDeferral
Vererbung
Object Platform::Object IInspectable ContactChangedDeferral
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
contactsSystem

Hinweise

Rufen Sie GetDeferral auf, um eine instance dieser Klasse zu erhalten.

Methoden

Complete()

Rufen Sie diese Methode auf, um das Zurückstellungsobjekt freizugeben, wenn die gesamte asynchrone Verarbeitung abgeschlossen ist.

Gilt für: