C# Class BloombergFLP.CollectdWin.EventValue

Inheritance: CollectableValue
Afficher le fichier Open project: Netuitive/collectdwin Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EventValue() public méthode

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
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

getJSON() public méthode

public getJSON ( ) : string
Résultat string

levelToString() public static méthode

public static levelToString ( int level ) : string
level int
Résultat string