Пример #1
0
 public _Callable_179(RegistryAdminService _enclosing, string path, IList <ACL> acls
                      , bool createParents)
 {
     this._enclosing    = _enclosing;
     this.path          = path;
     this.acls          = acls;
     this.createParents = createParents;
 }
Пример #2
0
 public AsyncPurge(RegistryAdminService _enclosing, string path, RegistryAdminService.NodeSelector
                   selector, RegistryAdminService.PurgePolicy purgePolicy, BackgroundCallback callback
                   )
 {
     this._enclosing  = _enclosing;
     this.callback    = callback;
     this.selector    = selector;
     this.path        = path;
     this.purgePolicy = purgePolicy;
 }