C# Class Reckoning.Game.Notifier

Afficher le fichier Open project: dylannorthrup/hexapidocs

Méthodes publiques

Свойство Type Description
CachedSentCards Dictionary>
CachedSentInventory int>.Dictionary
ConfigFileName string
SendCardsLock System.Threading.Mutex
SendItemsLock System.Threading.Mutex

Méthodes publiques

Méthode Description
CaresAbout ( string message ) : bool
LoadConfigFromFile ( string filename ) : void
Send ( Notification Info ) : void

Private Methods

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

Method Details

CaresAbout() public méthode

public CaresAbout ( string message ) : bool
message string
Résultat bool

LoadConfigFromFile() public méthode

public LoadConfigFromFile ( string filename ) : void
filename string
Résultat void

Send() public méthode

public Send ( Notification Info ) : void
Info Notification
Résultat void

Property Details

CachedSentCards public_oe static_oe property

public static Dictionary> CachedSentCards
Résultat Dictionary>

CachedSentInventory public_oe static_oe property

public static Dictionary CachedSentInventory
Résultat int>.Dictionary

ConfigFileName public_oe static_oe property

public static string ConfigFileName
Résultat string

SendCardsLock public_oe static_oe property

public static Mutex,System.Threading SendCardsLock
Résultat System.Threading.Mutex

SendItemsLock public_oe static_oe property

public static Mutex,System.Threading SendItemsLock
Résultat System.Threading.Mutex