C# Class Suteki.TardisBank.Tasks.SchedulerService

Inheritance: ISchedulerService
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
ExecuteUpdates ( System.DateTime now ) : void

Gets all outstanding scheduled updates and performs the update.

SchedulerService ( ISession session ) : System

Method Details

ExecuteUpdates() public méthode

Gets all outstanding scheduled updates and performs the update.
public ExecuteUpdates ( System.DateTime now ) : void
now System.DateTime
Résultat void

SchedulerService() public méthode

public SchedulerService ( ISession session ) : System
session ISession
Résultat System