C# Class Internet.NowPlaying

A Function which returns the last song a user played, from Last.fm
Inheritance: Function
Mostrar archivo Open project: MatthewCox/MoronBot Class Usage Examples

Public Properties

Property Type Description
AccountMap string>.Dictionary
dataLock Object

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
LoadLinks ( ) : void
NowPlaying ( ) : System
SaveLinks ( ) : void

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

LoadLinks() public method

public LoadLinks ( ) : void
return void

NowPlaying() public method

public NowPlaying ( ) : System
return System

SaveLinks() public static method

public static SaveLinks ( ) : void
return void

Property Details

AccountMap public_oe static_oe property

public static Dictionary AccountMap
return string>.Dictionary

dataLock public_oe static_oe property

public static Object dataLock
return Object