C# Class CentralMine.NET.EventLog

Show file Open project: GarageGames/Bitcoin Class Usage Examples

Public Methods

Method Description
Close ( ) : void
EventLog ( ) : System
RecordClientWork ( Client c ) : void
RecordEvent ( EventType type, string evt ) : void

Private Methods

Method Description
ConnectToDB ( ) : void
GetMemberId ( string memberName ) : uint
GetProductId ( string product, uint memberId ) : uint
Update ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

EventLog() public method

public EventLog ( ) : System
return System

RecordClientWork() public method

public RecordClientWork ( Client c ) : void
c Client
return void

RecordEvent() public method

public RecordEvent ( EventType type, string evt ) : void
type EventType
evt string
return void