BuildTools.GoogleAnalytics.Send C# (CSharp) 메소드

Send() 개인적인 메소드

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

Same methods

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