iControl.SecurityLogProfile.set_network_log_acl_match_reject_filter_state C# (CSharp) Method

set_network_log_acl_match_reject_filter_state() private method

private set_network_log_acl_match_reject_filter_state ( string profile_names, string networks, CommonEnabledState states ) : void
profile_names string
networks string
states CommonEnabledState
return void
        public void set_network_log_acl_match_reject_filter_state(
		string [] profile_names,
		string [] [] networks,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_network_log_acl_match_reject_filter_state", new object [] {
                profile_names,
                networks,
                states});
        }
SecurityLogProfile