iControl.SecurityProfileDoS.Beginset_protocol_sip_error_attack_detection_state C# (CSharp) Method

Beginset_protocol_sip_error_attack_detection_state() public method

public Beginset_protocol_sip_error_attack_detection_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_error_attack_detection_state(string [] profile_names,string [] [] sips,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_protocol_sip_error_attack_detection_state", new object[] {
            profile_names,
            sips,
            states}, callback, asyncState);
        }
SecurityProfileDoS