DBus.Bus.RemoveMatch C# (CSharp) Method

RemoveMatch() protected method

protected RemoveMatch ( string rule ) : void
rule string
return void
		internal protected override void RemoveMatch (string rule)
		{
			bus.RemoveMatch (rule);
		}