iControl.SecurityProfileIPIntelligence.Beginset_web_attacks_action C# (CSharp) Method

Beginset_web_attacks_action() public method

public Beginset_web_attacks_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_web_attacks_action(string [] profile_names,SecurityProfileIPIntelligenceProfileAction [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_web_attacks_action", new object[] {
            profile_names,
            actions}, callback, asyncState);
        }
SecurityProfileIPIntelligence