AGENT.Contrib.Hardware.AgentButtonListener.StopListeningTo C# (CSharp) Méthode

StopListeningTo() public méthode

public StopListeningTo ( ) : void
Résultat void
		public void StopListeningTo (params AgentButton[] buttons)
		{
			foreach (var b in buttons)
			{
				StopListeningTo (b);
			}
		}

Same methods

AgentButtonListener::StopListeningTo ( AgentButton b ) : void