C# 클래스 Reckoning.Game.Notifier

파일 보기 프로젝트 열기: dylannorthrup/hexapidocs

공개 프로퍼티들

프로퍼티 타입 설명
CachedSentCards Dictionary>
CachedSentInventory int>.Dictionary
ConfigFileName string
SendCardsLock System.Threading.Mutex
SendItemsLock System.Threading.Mutex

공개 메소드들

메소드 설명
CaresAbout ( string message ) : bool
LoadConfigFromFile ( string filename ) : void
Send ( Notification Info ) : void

비공개 메소드들

메소드 설명
Forward ( object Info, KeyValuePair Destination ) : void
Notifier ( ) : System
PendingWorkerThread ( ) : void
Send ( string MessageType, object Info ) : void

메소드 상세

CaresAbout() 공개 메소드

public CaresAbout ( string message ) : bool
message string
리턴 bool

LoadConfigFromFile() 공개 메소드

public LoadConfigFromFile ( string filename ) : void
filename string
리턴 void

Send() 공개 메소드

public Send ( Notification Info ) : void
Info Notification
리턴 void

프로퍼티 상세

CachedSentCards 공개적으로 정적으로 프로퍼티

public static Dictionary> CachedSentCards
리턴 Dictionary>

CachedSentInventory 공개적으로 정적으로 프로퍼티

public static Dictionary CachedSentInventory
리턴 int>.Dictionary

ConfigFileName 공개적으로 정적으로 프로퍼티

public static string ConfigFileName
리턴 string

SendCardsLock 공개적으로 정적으로 프로퍼티

public static Mutex,System.Threading SendCardsLock
리턴 System.Threading.Mutex

SendItemsLock 공개적으로 정적으로 프로퍼티

public static Mutex,System.Threading SendItemsLock
리턴 System.Threading.Mutex