C# Class NodeNetAsync.Core

Afficher le fichier Open project: soywiz/NodeNetAsync

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

static public Loop ( Func Action, bool ShowVersion = true ) : void
Action Func
ShowVersion bool
Résultat void

SetInterval() static public méthode

static public SetInterval ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync
TimeSpan System.TimeSpan
Action Func
Résultat TimerAsync

SetTimeout() static public méthode

static public SetTimeout ( System.TimeSpan TimeSpan, Func Action ) : TimerAsync
TimeSpan System.TimeSpan
Action Func
Résultat TimerAsync