Class EasyTimer
Inheritance
object
EasyTimer
Assembly: Xrpl.dll
Syntax
public static class EasyTimer
Methods
|
Edit this page
View Source
SetInterval(Action, int)
Declaration
public static IDisposable SetInterval(Action method, int delayInMilliseconds)
Parameters
| Type |
Name |
Description |
| Action |
method |
|
| int |
delayInMilliseconds |
|
Returns
| Type |
Description |
| IDisposable |
|
|
Edit this page
View Source
SetTimeout(Action, int)
Declaration
public static IDisposable SetTimeout(Action method, int delayInMilliseconds)
Parameters
| Type |
Name |
Description |
| Action |
method |
|
| int |
delayInMilliseconds |
|
Returns
| Type |
Description |
| IDisposable |
|