iControl.SecurityFirewallPortList.Begincreate C# (CSharp) Method

Begincreate() public method

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