iControl.NetworkingTunnel.Beginremove_all_static_forwardings C# (CSharp) Method

Beginremove_all_static_forwardings() public method

public Beginremove_all_static_forwardings ( string tunnels, System callback, object asyncState ) : System.IAsyncResult
tunnels string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_static_forwardings(string [] tunnels, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_static_forwardings", new object[] {
            tunnels}, callback, asyncState);
        }
NetworkingTunnel