C# Class BuildTools.GoogleAnalytics

Show file Open project: DemonWav/BuildToolsGUI Class Usage Examples

Public Methods

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

Private Methods

Method Description
Send ( NameValueCollection info ) : void
Send ( NameValueCollection info, bool wait ) : void

Method Details

EndTimer() public method

public EndTimer ( string key ) : void
key string
return void

GoogleAnalytics() public method

public GoogleAnalytics ( System.Guid guid ) : System
guid System.Guid
return System

SendEvent() public method

public SendEvent ( string category, string action ) : void
category string
action string
return void

StartTimer() public method

public StartTimer ( string key ) : void
key string
return void