C# Class GaDotNet.Common.Helpers.AnalyticsHelper

Show file Open project: noahsw/highlight-hunter

Public Methods

Method Description
FireEvent ( string eventAction, int eventValue ) : bool

GetFriendlyOsVersion ( ) : string

Private Methods

Method Description
BwFireEventWorkerDoWork ( object sender, DoWorkEventArgs e ) : void
GetPublicIp ( ) : string
RunWorker ( ) : void
bwFireEventWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

FireEvent() public static method

public static FireEvent ( string eventAction, int eventValue ) : bool
eventAction string
eventValue int
return bool

GetFriendlyOsVersion() public static method

public static GetFriendlyOsVersion ( ) : string
return string