C# 클래스 DNSManagement.EventLogging

EventLog helper
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin 1 사용 예제들

공개 메소드들

메소드 설명
Count ( string logName ) : int

Number of Entries in Event Log

EventLogging ( string host, string username, string password ) : System

.ctor

Get ( string logName, int startIndex, int length ) : IList

Get a subset of EventLog entries

GetAll ( string logName ) : IList

Get All EventLog Entries as a list

메소드 상세

Count() 공개 메소드

Number of Entries in Event Log
public Count ( string logName ) : int
logName string
리턴 int

EventLogging() 공개 메소드

.ctor
public EventLogging ( string host, string username, string password ) : System
host string
username string
password string
리턴 System

Get() 공개 메소드

Get a subset of EventLog entries
public Get ( string logName, int startIndex, int length ) : IList
logName string
startIndex int zero-based start
length int
리턴 IList

GetAll() 공개 메소드

Get All EventLog Entries as a list
public GetAll ( string logName ) : IList
logName string
리턴 IList