C# Class SoundBoard.Data.QueueLog

显示文件 Open project: jormenjanssen/Soundboard

Public Methods

Method Description
GetQueueLog ( ) : List
LogEmergency ( string username ) : void
LogQueue ( SoundBoardItem item, string queuedBy ) : void

Method Details

GetQueueLog() public static method

public static GetQueueLog ( ) : List
return List

LogEmergency() public static method

public static LogEmergency ( string username ) : void
username string
return void

LogQueue() public static method

public static LogQueue ( SoundBoardItem item, string queuedBy ) : void
item SoundBoardItem
queuedBy string
return void