Automobile.Communication.UnitTests.Helpers.AutoSenderServer.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
        public override void Close()
        {
            _sendThread.Abort();
            _sendThread.Join();
            base.Close();
        }