iControl.SecurityLogProfile.get_ip_intelligence_log_aggregate_rate_limit C# (CSharp) Method

get_ip_intelligence_log_aggregate_rate_limit() private method

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