iControl.SecurityLogProfile.Beginset_protocol_sip_log_malformed_filter_state C# (CSharp) Method

Beginset_protocol_sip_log_malformed_filter_state() public method

public Beginset_protocol_sip_log_malformed_filter_state ( string profile_names, string sips, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sips string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_protocol_sip_log_malformed_filter_state(string [] profile_names,string [] [] sips,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_protocol_sip_log_malformed_filter_state", new object[] {
            profile_names,
            sips,
            states}, callback, asyncState);
        }
SecurityLogProfile