DBus.Bus.CloseInternal C# (CSharp) Method

CloseInternal() protected method

protected CloseInternal ( ) : void
return void
		protected override void CloseInternal ()
		{
			/* In case the bus was opened with static method
			 * Open, clear it from buses dictionary
			 */
			if (buses.ContainsKey (address))
				buses.Remove (address);
		}