Show / Hide Table of Contents

Class EasyTimer

Inheritance
object
EasyTimer
Namespace: Xrpl.Wallet
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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX