IContactsService.

ImportContactsAsync(IReadOnlyList<TInputPhoneContact>, CancellationToken) Method

Summary

Import contacts to the server

Syntax

Task<IImportedContacts> ImportContactsAsync(IReadOnlyList<TInputPhoneContact> contacts, CancellationToken cancellationToken = default(CancellationToken))

Parameters

Name Type Description
contacts IReadOnlyList<TInputPhoneContact> Importing contacts
cancellationToken CancellationToken Cancellation token

Return Value

Type Description
Task<IImportedContacts> Imported contacts