コード例 #1
0
 internal TestCleanupContainerAllocator(MRAppTestCleanup _enclosing)
     : base(typeof(TestStagingCleanup.MRAppTestCleanup.TestCleanupContainerAllocator).
            FullName)
 {
     this._enclosing = _enclosing;
     this.allocator  = new MRApp.MRAppContainerAllocator(this);
 }
コード例 #2
0
 public CustomContainerAllocator(MRAppWithCustomContainerAllocator _enclosing, TestJobEndNotifier.MRAppWithCustomContainerAllocator
                                 app, AppContext context)
     : base(null, context)
 {
     this._enclosing = _enclosing;
     allocator       = new MRApp.MRAppContainerAllocator(this);
     this.app        = app;
 }