Windows.ApplicationModel.Contacts.DataProvider Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is implemented by a server to provide contact information to client apps.
Classes
ContactDataProviderConnection |
Represents a connection to a data provider client. |
ContactDataProviderTriggerDetails |
Contains details about the event that triggered your contact data provider background task. This event is triggered when a contact data client app has instantiated the background task that runs your contact data provider. Your code should respond to this event by using the Connection property to register event handlers for contact provider request events. |
ContactListCreateOrUpdateContactRequest |
Details of a request to create or update a contact. |
ContactListCreateOrUpdateContactRequestEventArgs |
Encapsulates information about a request to create or update. |
ContactListDeleteContactRequest |
Details of a request to delete a contact. |
ContactListDeleteContactRequestEventArgs |
Encapsulates information about a request to delete a contact. |
ContactListServerSearchReadBatchRequest |
Details of a request to read a batch of server-side search results. |
ContactListServerSearchReadBatchRequestEventArgs |
Encapsulates information about a request to read a batch of results from a server-side search. |
ContactListSyncManagerSyncRequest |
Details of a request from a client to sync a contact list. |
ContactListSyncManagerSyncRequestEventArgs |
Encapsulates information about a request to sync a contact list. |