C# 클래스 CentralMine.NET.EventLog

파일 보기 프로젝트 열기: GarageGames/Bitcoin 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
EventLog ( ) : System
RecordClientWork ( Client c ) : void
RecordEvent ( EventType type, string evt ) : void

비공개 메소드들

메소드 설명
ConnectToDB ( ) : void
GetMemberId ( string memberName ) : uint
GetProductId ( string product, uint memberId ) : uint
Update ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EventLog() 공개 메소드

public EventLog ( ) : System
리턴 System

RecordClientWork() 공개 메소드

public RecordClientWork ( Client c ) : void
c Client
리턴 void

RecordEvent() 공개 메소드

public RecordEvent ( EventType type, string evt ) : void
type EventType
evt string
리턴 void