C# Class Cirrious.MvvmCross.Plugins.DownloadCache.MvxFileDownloadCache.Timer

Inheritance: System.Threading.CancellationTokenSource, IDisposable
Mostra file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
Dispose ( ) : void
Timer ( TimerCallback callback, object state, System.TimeSpan dueTime, System.TimeSpan period ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Timer() public method

public Timer ( TimerCallback callback, object state, System.TimeSpan dueTime, System.TimeSpan period ) : System
callback TimerCallback
state object
dueTime System.TimeSpan
period System.TimeSpan
return System