C# 클래스 Internet.NowPlaying

A Function which returns the last song a user played, from Last.fm
상속: Function
파일 보기 프로젝트 열기: MatthewCox/MoronBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AccountMap string>.Dictionary
dataLock Object

공개 메소드들

메소드 설명
GetResponse ( BotMessage message ) : List
LoadLinks ( ) : void
NowPlaying ( ) : System
SaveLinks ( ) : void

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
리턴 List

LoadLinks() 공개 메소드

public LoadLinks ( ) : void
리턴 void

NowPlaying() 공개 메소드

public NowPlaying ( ) : System
리턴 System

SaveLinks() 공개 정적인 메소드

public static SaveLinks ( ) : void
리턴 void

프로퍼티 상세

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

public static Dictionary AccountMap
리턴 string>.Dictionary

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

public static Object dataLock
리턴 Object