C# Class ToDo.Core.BackgroundUnitOfWorkSessionHandlingMagicalExecutor

Inheritance: IExecutor
Afficher le fichier Open project: jthigpen/winforms-mvp Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( System.Action action ) : void

Private Methods

Méthode Description
EndUnitOfWork ( ) : void
StartUnitOfWork ( ) : void

Method Details

Execute() public méthode

public Execute ( System.Action action ) : void
action System.Action
Résultat void