C# Class InboxWatcher.Util

Exibir arquivo Open project: ptfuller/InboxWatcher

Public Methods

Method 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 method

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
return System.Threading.CancellationToken

InternetAddressListToDictionary() public static method

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