C# Class BuildTools.GoogleAnalytics

Afficher le fichier Open project: DemonWav/BuildToolsGUI Class Usage Examples

Méthodes publiques

Méthode Description
EndTimer ( string key ) : void
GoogleAnalytics ( System.Guid guid ) : System
SendEvent ( string category, string action ) : void
StartTimer ( string key ) : void

Private Methods

Méthode Description
Send ( NameValueCollection info ) : void
Send ( NameValueCollection info, bool wait ) : void

Method Details

EndTimer() public méthode

public EndTimer ( string key ) : void
key string
Résultat void

GoogleAnalytics() public méthode

public GoogleAnalytics ( System.Guid guid ) : System
guid System.Guid
Résultat System

SendEvent() public méthode

public SendEvent ( string category, string action ) : void
category string
action string
Résultat void

StartTimer() public méthode

public StartTimer ( string key ) : void
key string
Résultat void