C# Class InboxWatcher.Util

Afficher le fichier Open project: ptfuller/InboxWatcher

Méthodes publiques

Méthode Description
GetCancellationToken ( int ms = (1000*60*1) ) : CancellationToken

Get a token that cancels after 1 minute

InternetAddressListToDictionary ( this list ) : string>.Dictionary

Method Details

GetCancellationToken() public static méthode

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
Résultat System.Threading.CancellationToken

InternetAddressListToDictionary() public static méthode

public static InternetAddressListToDictionary ( this list ) : string>.Dictionary
list this
Résultat string>.Dictionary