BuildTools.GoogleAnalytics.Send C# (CSharp) Method

Send() private method

private Send ( NameValueCollection info ) : void
info System.Collections.Specialized.NameValueCollection
return void
        private void Send(NameValueCollection info)
        {
            Send(info, false);
        }

Same methods

GoogleAnalytics::Send ( NameValueCollection info, bool wait ) : void