C# Class NodeNetAsync.Core

Show file Open project: soywiz/NodeNetAsync

Private Properties

Property Type Description

Public Methods

Method Description
Loop ( Func Action, bool ShowVersion = true ) : void

SetInterval ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync

SetTimeout ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync

Method Details

Loop() static public method

static public Loop ( Func Action, bool ShowVersion = true ) : void
Action Func
ShowVersion bool
return void

SetInterval() static public method

static public SetInterval ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync
TimeSpan System.TimeSpan
Action Func
return TimerAsync

SetTimeout() static public method

static public SetTimeout ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync
TimeSpan System.TimeSpan
Action Func
return TimerAsync