C# Class TimerApp.MyTimerApp

Inheritance: TimerJob
Exibir arquivo Open project: countersoft/DeveloperSamples

Public Methods

Method Description
GetInterval ( IGlobalConfigurationWidgetStore dataStore ) : TimerJobSchedule
Run ( IssueManager issueManager ) : bool
Shutdown ( ) : void

Method Details

GetInterval() public method

public GetInterval ( IGlobalConfigurationWidgetStore dataStore ) : TimerJobSchedule
dataStore IGlobalConfigurationWidgetStore
return TimerJobSchedule

Run() public method

public Run ( IssueManager issueManager ) : bool
issueManager IssueManager
return bool

Shutdown() public method

public Shutdown ( ) : void
return void