iControl.SystemConfigSync.delete_single_configuration_file C# (CSharp) Метод

delete_single_configuration_file() приватный Метод

private delete_single_configuration_file ( string filename ) : void
filename string
Результат void
        public void delete_single_configuration_file(
		string filename
	)
        {
            this.Invoke("delete_single_configuration_file", new object [] {
                filename});
        }
SystemConfigSync