C# 클래스 BloombergFLP.CollectdWin.EventValue

상속: CollectableValue
파일 보기 프로젝트 열기: Netuitive/collectdwin 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
EventValue ( string hostname, long timestamp, int nLevel, string title, string message, long id ) : System
GetHashCode ( ) : int
getJSON ( ) : string
levelToString ( int level ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EventValue() 공개 메소드

public EventValue ( string hostname, long timestamp, int nLevel, string title, string message, long id ) : System
hostname string
timestamp long
nLevel int
title string
message string
id long
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

getJSON() 공개 메소드

public getJSON ( ) : string
리턴 string

levelToString() 공개 정적인 메소드

public static levelToString ( int level ) : string
level int
리턴 string