iControl.SecurityProfileDoS.get_source_ip_based_rate_limiting_state C# (CSharp) Method

get_source_ip_based_rate_limiting_state() private method

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