Share via


Contacts.GetAllAsync(CancellationToken) Método

Definição

Obtém uma coleção de todos os contatos no dispositivo.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Contact>> GetAllAsync (System.Threading.CancellationToken cancellationToken = null);

Parâmetros

cancellationToken
System.Threading.CancellationToken

Um token para cancelar a operação

Retornos

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Contact>>

Retorna uma coleção de contatos no dispositivo.

Aplica-se a