IGmailClientAsync.UpdateContactAsync

IGmailClientAsync.UpdateContactAsync method

Asynchronously updates a contact.

public Task<Contact> UpdateContactAsync(Contact contact, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
contactContactThe contact to update.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains the updated Contact.

See Also