C# 클래스 NewTOAPIA.Net.Rtp.RtpEL

Rtp EventLog helper class EL was preferred over EventLog because it is shorter
상속: MSR.LST.LstEventLog
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
Install ( ) : void

Installs the EventLog log and all the sources

RtpEL ( Source source ) : System
Uninstall ( ) : void

Uninstalls the EventLog log and all the sources

WriteEntry ( string message, EventLogEntryType type, ID eventID ) : void

메소드 상세

Install() 공개 정적인 메소드

Installs the EventLog log and all the sources
public static Install ( ) : void
리턴 void

RtpEL() 공개 메소드

public RtpEL ( Source source ) : System
source Source
리턴 System

Uninstall() 공개 정적인 메소드

Uninstalls the EventLog log and all the sources
public static Uninstall ( ) : void
리턴 void

WriteEntry() 공개 메소드

public WriteEntry ( string message, EventLogEntryType type, ID eventID ) : void
message string
type EventLogEntryType
eventID ID
리턴 void