C# Class Tiraggo.Profiler.ProfilerListener

Afficher le fichier Open project: BrewDawg/Tiraggo

Méthodes publiques

Méthode Description
BeginProfiling ( string dataProvider, string channel ) : bool
EndProfiling ( string dataProvider ) : bool

Private Methods

Méthode Description
MyTraceEventHandler ( ITraceArguments packet ) : void
ProfilerListener ( ) : System

Method Details

BeginProfiling() public static méthode

public static BeginProfiling ( string dataProvider, string channel ) : bool
dataProvider string
channel string
Résultat bool

EndProfiling() public static méthode

public static EndProfiling ( string dataProvider ) : bool
dataProvider string
Résultat bool