C# Class ServiceStack.AsyncTimer

Inheritance: ITimer
Exibir arquivo Open project: ServiceStack/ServiceStack

Public Properties

Property Type Description
Timer System.Threading.Timer

Public Methods

Method Description
AsyncTimer ( System timer ) : System
Cancel ( ) : void
Dispose ( ) : void

Method Details

AsyncTimer() public method

public AsyncTimer ( System timer ) : System
timer System
return System

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Timer public_oe property

public Timer,System.Threading Timer
return System.Threading.Timer