Beispiel #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void after()
            public virtual void After()
            {
                ClientA.close();
                ClientB.close();
                ClientC.close();
                Locks.close();
                ClientToThreadMap.Clear();
            }
 public override void Close()
 {
     _client.close();
 }
Beispiel #3
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void tearDown()
        public virtual void TearDown()
        {
            _client2.close();
            _client.close();
            _lockManager.close();
        }
Beispiel #4
0
 public override void Close()
 {
     _stopped = true;
     _clientDelegate.close();
 }