C# Class Reckoning.Game.Notifier

Show file Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
CachedSentCards Dictionary>
CachedSentInventory int>.Dictionary
ConfigFileName string
SendCardsLock System.Threading.Mutex
SendItemsLock System.Threading.Mutex

Public Methods

Method Description
CaresAbout ( string message ) : bool
LoadConfigFromFile ( string filename ) : void
Send ( Notification Info ) : void

Private Methods

Method Description
Forward ( object Info, KeyValuePair Destination ) : void
Notifier ( ) : System
PendingWorkerThread ( ) : void
Send ( string MessageType, object Info ) : void

Method Details

CaresAbout() public method

public CaresAbout ( string message ) : bool
message string
return bool

LoadConfigFromFile() public method

public LoadConfigFromFile ( string filename ) : void
filename string
return void

Send() public method

public Send ( Notification Info ) : void
Info Notification
return void

Property Details

CachedSentCards public static property

public static Dictionary> CachedSentCards
return Dictionary>

CachedSentInventory public static property

public static Dictionary CachedSentInventory
return int>.Dictionary

ConfigFileName public static property

public static string ConfigFileName
return string

SendCardsLock public static property

public static Mutex,System.Threading SendCardsLock
return System.Threading.Mutex

SendItemsLock public static property

public static Mutex,System.Threading SendItemsLock
return System.Threading.Mutex