| CallLimiterCall Method | 
| Name | Description | |
|---|---|---|
| Call(Action) | 
            Calls the specified to call after 500ms milliseconds, unless a call is already in progress, in which case the call is ignored. It doesn't matter if
            this method was called previously with a different toCall value. 
              | |
| Call(Action, Double) | 
            Calls the specified to call after intervalMS milliseconds, unless a call is already in progress, in which case the call is ignored. It doesn't matter if
            this method was called previously with a different toCall value.
              | |
| Call(Action, Double, ISynchronizeInvoke) | 
            Calls the specified to call after intervalMS milliseconds, unless a call is already in progress, in which case the call is ignored. It doesn't matter if
            this method was called previously with a different toCall value.
              |