C# 클래스 SoundBoard.Data.QueueLog

파일 보기 프로젝트 열기: jormenjanssen/Soundboard

공개 메소드들

메소드 설명
GetQueueLog ( ) : List
LogEmergency ( string username ) : void
LogQueue ( SoundBoardItem item, string queuedBy ) : void

메소드 상세

GetQueueLog() 공개 정적인 메소드

public static GetQueueLog ( ) : List
리턴 List

LogEmergency() 공개 정적인 메소드

public static LogEmergency ( string username ) : void
username string
리턴 void

LogQueue() 공개 정적인 메소드

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