Method | Description | |
---|---|---|
AsyncDebouncedAction ( Task>.[ |
Initializes a new instance of the AsyncDebouncedAction class.
|
|
AsyncDebouncedAction ( Task>.[ |
Initializes a new instance of the AsyncDebouncedAction class.
|
|
AsyncDebouncedAction ( [ |
Initializes a new instance of the AsyncDebouncedAction class.
|
|
AsyncDebouncedAction ( [ |
Initializes a new instance of the AsyncDebouncedAction class.
|
Method | Description | |
---|---|---|
Run ( |
public AsyncDebouncedAction ( Task>.[ |
||
action | Task>.[ | The action. |
duration | System.Duration | The duration is the amount of time the result of a successful execution is held, after the point a successful request was made. |
minimumGap | System.Duration | The minimum gap, is the time left after a successful execution before the action can be run again. |
return | NodaTime |
public AsyncDebouncedAction ( Task>.[ |
||
action | Task>.[ | The action. |
duration | System.TimeSpan | The duration is the amount of time the result of a successful execution is held, after the point a successful request was made. |
minimumGap | System.TimeSpan | The minimum gap, is the time left after a successful execution before the action can be run again. |
return | NodaTime |
public AsyncDebouncedAction ( [ |
||
action | [ |
The action. |
duration | System.Duration | The duration is the amount of time the result of a successful execution is held, after the point a successful request was made. |
minimumGap | System.Duration | The minimum gap, is the time left after a successful execution before the action can be run again. |
return | NodaTime |
public AsyncDebouncedAction ( [ |
||
action | [ |
The action. |
duration | System.TimeSpan | The duration is the amount of time the result of a successful execution is held, after the point a successful request was made. |
minimumGap | System.TimeSpan | The minimum gap, is the time left after a successful execution before the action can be run again. |
return | NodaTime |