iControl.NetworkingRouteDomainV2.Beginremove_all_fw_rules C# (CSharp) Method

Beginremove_all_fw_rules() public method

public Beginremove_all_fw_rules ( string route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_fw_rules(string [] route_domains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_fw_rules", new object[] {
            route_domains}, callback, asyncState);
        }
NetworkingRouteDomainV2