C# Class IronPigeon.Providers.RelayServiceAddressBook

An address book that resolves email addresses and email hashes via the message relay service.
Inheritance: OnlineAddressBook
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
LookupAsync ( string identifier, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Retrieves a contact with some user supplied identifier.

Method Details

LookupAsync() public méthode

Retrieves a contact with some user supplied identifier.
public LookupAsync ( string identifier, CancellationToken cancellationToken = default(CancellationToken) ) : Task
identifier string The user-supplied identifier for the contact.
cancellationToken System.Threading.CancellationToken A cancellation token.
Résultat Task