Freigeben über


ContactListSyncManagerSyncRequest Klasse

Definition

Details zu einer Anforderung eines Clients zum Synchronisieren einer Kontaktliste.

public ref class ContactListSyncManagerSyncRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListSyncManagerSyncRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListSyncManagerSyncRequest
Public NotInheritable Class ContactListSyncManagerSyncRequest
Vererbung
Object Platform::Object IInspectable ContactListSyncManagerSyncRequest
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
contactsSystem

Hinweise

Wird in Ihrem SyncRequested-Ereignishandler verwendet . Verwenden Sie die instance dieser Klasse, die von der ContactListSyncManagerSyncRequestEventArgs.Request-Eigenschaft zurückgegeben wird.

Eigenschaften

ContactListId

Ruft die Kontaktlisten-ID der zu synchronisierenden Kontaktliste ab.

Methoden

ReportCompletedAsync()

Informiert die Client-App, dass die Anforderung erfolgreich verarbeitet wurde.

ReportFailedAsync()

Informiert den Client darüber, dass die Anforderung nicht erfolgreich verarbeitet wurde.

Gilt für: