iControl.SystemConfigSync.Begindelete_single_configuration_file C# (CSharp) Method

Begindelete_single_configuration_file() public method

public Begindelete_single_configuration_file ( string filename, System callback, object asyncState ) : System.IAsyncResult
filename string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_single_configuration_file(string filename, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_single_configuration_file", new object[] {
            filename}, callback, asyncState);
        }
SystemConfigSync