C# Class Aqueduct.Common.DelayedExecutor

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
DelayedExecutor ( System.Action methodToExecute, System.TimeSpan delay ) : System

Private Methods

Méthode Description
DisableTimeAndExecuteEvent ( object state ) : void

Method Details

DelayedExecutor() public méthode

public DelayedExecutor ( System.Action methodToExecute, System.TimeSpan delay ) : System
methodToExecute System.Action
delay System.TimeSpan
Résultat System