iControl.SecurityProfileDoS.get_heavy_url_latency_threshold C# (CSharp) Method

get_heavy_url_latency_threshold() private method

private get_heavy_url_latency_threshold ( string profile_names, string applications ) : long[][]
profile_names string
applications string
return long[][]
        public long[][] get_heavy_url_latency_threshold(
		string [] profile_names,
		string [] [] applications
	)
        {
            object [] results = this.Invoke("get_heavy_url_latency_threshold", new object [] {
                profile_names,
                applications});
            return ((long [] [])(results[0]));
        }
SecurityProfileDoS