C# Class Utility.Events

Inheritance: Function
Exibir arquivo Open project: MatthewCox/MoronBot

Public Properties

Property Type Description
EventList List
eventListLock Object

Public Methods

Method Description
Events ( ) : System
GetResponse ( BotMessage message ) : List
SaveEvents ( ) : void

Private Methods

Method Description
LoadEvents ( ) : void

Method Details

Events() public method

public Events ( ) : System
return System

GetResponse() public method

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

SaveEvents() public static method

public static SaveEvents ( ) : void
return void

Property Details

EventList public_oe static_oe property

public static List EventList
return List

eventListLock public_oe static_oe property

public static Object eventListLock
return Object