iControl.SecurityProfileDoS.set_url_maximum_tps C# (CSharp) Method

set_url_maximum_tps() private method

private set_url_maximum_tps ( string profile_names, string applications, SecurityProfileDoSAnomaly anomaly, long values ) : void
profile_names string
applications string
anomaly SecurityProfileDoSAnomaly
values long
return void
        public void set_url_maximum_tps(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_url_maximum_tps", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
SecurityProfileDoS