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