iControl.SecurityProfileDoS.Beginremove_dos_network C# (CSharp) Method

Beginremove_dos_network() public method

public Beginremove_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 Beginremove_dos_network(string [] profile_names,string [] [] networks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_dos_network", new object[] {
            profile_names,
            networks}, callback, asyncState);
        }
SecurityProfileDoS