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

Inheritance: IJob
Exibir arquivo Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Properties

Property Type Description
Finished bool
WasCancelled bool

Public Methods

Method Description
Execute ( CancellationToken cancellation ) : void
FakeJob ( System.TimeSpan timeToRun ) : System

Method Details

Execute() public method

public Execute ( CancellationToken cancellation ) : void
cancellation System.Threading.CancellationToken
return void

FakeJob() public method

public FakeJob ( System.TimeSpan timeToRun ) : System
timeToRun System.TimeSpan
return System

Property Details

Finished public_oe property

public bool Finished
return bool

WasCancelled public_oe property

public bool WasCancelled
return bool