Summary
Returns the current user’s contact list
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IContactsService
Syntax
Task<TContacts> GetContactsAsync(CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
cancellationToken | CancellationToken | Cancellation token |
Return Value
Type | Description |
---|---|
Task |
Contacts |