iControl.SystemConfigSync.Beginsave_single_configuration_file C# (CSharp) Method

Beginsave_single_configuration_file() public method

public Beginsave_single_configuration_file ( string filename, SystemConfigSyncSaveMode save_flag, string passphrase, string tarfile, System callback, object asyncState ) : System.IAsyncResult
filename string
save_flag SystemConfigSyncSaveMode
passphrase string
tarfile string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsave_single_configuration_file(string filename,SystemConfigSyncSaveMode save_flag,string passphrase,string tarfile, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("save_single_configuration_file", new object[] {
            filename,
            save_flag,
            passphrase,
            tarfile}, callback, asyncState);
        }
SystemConfigSync