iControl.SecurityFirewallPortList.Beginset_port_description C# (CSharp) Method

Beginset_port_description() public method

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