C# Class CentralMine.NET.EventLog

Afficher le fichier Open project: GarageGames/Bitcoin Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ConnectToDB ( ) : void
GetMemberId ( string memberName ) : uint
GetProductId ( string product, uint memberId ) : uint
Update ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EventLog() public méthode

public EventLog ( ) : System
Résultat System

RecordClientWork() public méthode

public RecordClientWork ( Client c ) : void
c Client
Résultat void

RecordEvent() public méthode

public RecordEvent ( EventType type, string evt ) : void
type EventType
evt string
Résultat void