C# Class SoundBoard.Data.QueueLog

Afficher le fichier Open project: jormenjanssen/Soundboard

Méthodes publiques

Méthode Description
GetQueueLog ( ) : List
LogEmergency ( string username ) : void
LogQueue ( SoundBoardItem item, string queuedBy ) : void

Method Details

GetQueueLog() public static méthode

public static GetQueueLog ( ) : List
Résultat List

LogEmergency() public static méthode

public static LogEmergency ( string username ) : void
username string
Résultat void

LogQueue() public static méthode

public static LogQueue ( SoundBoardItem item, string queuedBy ) : void
item SoundBoardItem
queuedBy string
Résultat void