iControl.SecurityProfileDoS.Beginadd_dos_network C# (CSharp) Method

Beginadd_dos_network() public method

public Beginadd_dos_network ( string profile_names, string networks, System callback, object asyncState ) : System.IAsyncResult
profile_names string
networks string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_dos_network(string [] profile_names,string [] [] networks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_dos_network", new object[] {
            profile_names,
            networks}, callback, asyncState);
        }
SecurityProfileDoS