C# 클래스 InboxWatcher.Util

파일 보기 프로젝트 열기: ptfuller/InboxWatcher

공개 메소드들

메소드 설명
GetCancellationToken ( int ms = (1000*60*1) ) : CancellationToken

Get a token that cancels after 1 minute

InternetAddressListToDictionary ( this list ) : string>.Dictionary

메소드 상세

GetCancellationToken() 공개 정적인 메소드

Get a token that cancels after 1 minute
public static GetCancellationToken ( int ms = (1000*60*1) ) : CancellationToken
ms int milleseconds to wait before cancel - default 60000
리턴 System.Threading.CancellationToken

InternetAddressListToDictionary() 공개 정적인 메소드

public static InternetAddressListToDictionary ( this list ) : string>.Dictionary
list this
리턴 string>.Dictionary