iControl.SecurityFirewallPortList.Endremove_port C# (CSharp) Method

Endremove_port() public method

public Endremove_port ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }