iControl.SystemLightweightTunnelTableFile.Begindelete_lightweight_tunnel_table_file C# (CSharp) Method

Begindelete_lightweight_tunnel_table_file() public method

public Begindelete_lightweight_tunnel_table_file ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_lightweight_tunnel_table_file(string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_lightweight_tunnel_table_file", new object[] {
            files}, callback, asyncState);
        }