iControl.SecurityLogProfile.set_protocol_sip_log_redirection_responses_filter_state C# (CSharp) Method

set_protocol_sip_log_redirection_responses_filter_state() private method

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