iControl.SecurityFirewallPortList.Beginremove_port C# (CSharp) Method

Beginremove_port() public method

public Beginremove_port ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_port(string [] lists,CommonPortRange [] [] ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_port", new object[] {
            lists,
            ports}, callback, asyncState);
        }