Skip to content
< All Topics

Action

Use the static Action method to execute anonymous methods after a specified delay.

Example
Executes the Log.Write method after 2 seconds.

Experior.Core.Timer.Action(() > Experior.Core.Environment.Log.Write(“Hello World”), 2);
Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.