Exemplo n.º 1
0
 public FileDeletionInclude(TestNodeManagerReboot _enclosing, string user, string
                            subDirIncludes, string[] baseDirIncludes)
 {
     this._enclosing      = _enclosing;
     this.user            = user;
     this.subDirIncludes  = subDirIncludes;
     this.baseDirIncludes = baseDirIncludes;
 }
Exemplo n.º 2
0
 public MyNodeManager(TestNodeManagerReboot _enclosing)
     : base()
 {
     this._enclosing = _enclosing;
     this.Init(this.CreateNMConfig());
 }
Exemplo n.º 3
0
 internal PathInclude(TestNodeManagerReboot _enclosing, string part)
 {
     this._enclosing = _enclosing;
     this.part       = part;
 }
Exemplo n.º 4
0
 public _PrivilegedExceptionAction_152(TestNodeManagerReboot _enclosing, StartContainersRequest
                                       allRequests)
 {
     this._enclosing  = _enclosing;
     this.allRequests = allRequests;
 }