C# Class WPNest.Services.TimerWrapper

Inheritance: ITimer
显示文件 Open project: garyjohnson/wpnest

Public Methods

Method Description
Change ( int dueTime, int period ) : bool
SetCallback ( TimerCallback callback ) : void

Method Details

Change() public method

public Change ( int dueTime, int period ) : bool
dueTime int
period int
return bool

SetCallback() public method

public SetCallback ( TimerCallback callback ) : void
callback TimerCallback
return void