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

            ExecutionContextLessThread.DefaultCallAction(caller.RegisterCleanupPath);
        }
Exemplo n.º 2
0
 public void Dispose()
 {
     ExecutionContextLessThread.DefaultCallAction(_helper.Dispose);
 }