Exemplo n.º 1
0
        public void RegisterCleanupPath(string path)
        {
            var caller = new RegisterCleanupHelper()
            {
                Helper = _helper, Path = path
            };

            ExecutionContextLessThread.DefaultCallAction(caller.RegisterCleanupPath);
        }
 public void RegisterCleanupPath(string path)
 {
     var caller = new RegisterCleanupHelper() { Helper = _helper, Path = path };
     ExecutionContextLessThread.DefaultCallAction(caller.RegisterCleanupPath);
 }