C# Class FubuMVC.Tests.ServiceBus.Polling.FakeJob

Inheritance: IJob
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Свойство Type Description
Finished bool
WasCancelled bool

Méthodes publiques

Méthode Description
Execute ( CancellationToken cancellation ) : void
FakeJob ( System.TimeSpan timeToRun ) : System

Method Details

Execute() public méthode

public Execute ( CancellationToken cancellation ) : void
cancellation System.Threading.CancellationToken
Résultat void

FakeJob() public méthode

public FakeJob ( System.TimeSpan timeToRun ) : System
timeToRun System.TimeSpan
Résultat System

Property Details

Finished public_oe property

public bool Finished
Résultat bool

WasCancelled public_oe property

public bool WasCancelled
Résultat bool