C# 클래스 IronPigeon.Providers.RelayServiceAddressBook

An address book that resolves email addresses and email hashes via the message relay service.
상속: OnlineAddressBook
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
LookupAsync ( string identifier, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Retrieves a contact with some user supplied identifier.

메소드 상세

LookupAsync() 공개 메소드

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.
리턴 Task