C# Class ServiceStack.AsyncTimer

Inheritance: ITimer
Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Свойство Type Description
Timer System.Threading.Timer

Méthodes publiques

Méthode Description
AsyncTimer ( System timer ) : System
Cancel ( ) : void
Dispose ( ) : void

Method Details

AsyncTimer() public méthode

public AsyncTimer ( System timer ) : System
timer System
Résultat System

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Timer public_oe property

public Timer,System.Threading Timer
Résultat System.Threading.Timer