iControl.SecurityLogProfile.set_network_log_tcp_events_rate_limit C# (CSharp) Method

set_network_log_tcp_events_rate_limit() private method

private set_network_log_tcp_events_rate_limit ( string profile_names, string networks, long values ) : void
profile_names string
networks string
values long
return void
        public void set_network_log_tcp_events_rate_limit(
		string [] profile_names,
		string [] [] networks,
		long [] [] values
	)
        {
            this.Invoke("set_network_log_tcp_events_rate_limit", new object [] {
                profile_names,
                networks,
                values});
        }
SecurityLogProfile