iControl.SystemConfigSync.save_single_configuration_file C# (CSharp) Method

save_single_configuration_file() private method

private save_single_configuration_file ( string filename, SystemConfigSyncSaveMode save_flag, string passphrase, string tarfile ) : void
filename string
save_flag SystemConfigSyncSaveMode
passphrase string
tarfile string
return void
        public void save_single_configuration_file(
		string filename,
		SystemConfigSyncSaveMode save_flag,
		string passphrase,
		string tarfile
	)
        {
            this.Invoke("save_single_configuration_file", new object [] {
                filename,
                save_flag,
                passphrase,
                tarfile});
        }
SystemConfigSync