iControl.SecurityLogProfile.set_ip_intelligence_log_aggregate_rate_limit C# (CSharp) Méthode

set_ip_intelligence_log_aggregate_rate_limit() private méthode

private set_ip_intelligence_log_aggregate_rate_limit ( string profile_names, long values ) : void
profile_names string
values long
Résultat void
        public void set_ip_intelligence_log_aggregate_rate_limit(
		string [] profile_names,
		long [] values
	)
        {
            this.Invoke("set_ip_intelligence_log_aggregate_rate_limit", new object [] {
                profile_names,
                values});
        }
SecurityLogProfile