iControl.SystemConfigSync.Begindelete_configuration C# (CSharp) Method

Begindelete_configuration() public method

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