AcTools.Utils.FileUtils.RestoreLater C# (CSharp) Méthode

RestoreLater() public static méthode

How should I call it?
public static RestoreLater ( string filename ) : IDisposable
filename string
Résultat IDisposable
        public static IDisposable RestoreLater(string filename) {
            return new RestorationWrapper(filename);
        }