BeerDrinkin.iOS.Helpers.AppInsights.Track C# (CSharp) Method

Track() public method

public Track ( string eventName ) : void
eventName string
return void
        public void Track(string eventName)
        {
        }

Same methods

AppInsights::Track ( string eventName, object>.IDictionary data ) : void
AppInsights::Track ( string eventName, System.TimeSpan time ) : void