iControl.NetworkingTunnel.Enddelete_tunnel C# (CSharp) Method

Enddelete_tunnel() public method

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