iControl.SecurityProfileDoS.set_heavy_url_latency_threshold C# (CSharp) Method

set_heavy_url_latency_threshold() private method

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