Skip to main content

Class DebounceDispatcher

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DebounceDispatcher

Inheritance: System.Object -> DebounceDispatcher

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

DebounceDispatcher

public DebounceDispatcher()

Methods

Debounce

public void Debounce(int interval, Action<object> action, object param = null)
Parameters
TypeNameDescription
System.Int32interval
System.Action<System.Object>action
System.Objectparam

Throttle

public void Throttle(int interval, Action<object> action, object param = null)
Parameters
TypeNameDescription
System.Int32interval
System.Action<System.Object>action
System.Objectparam
Was this page helpful?