C# Class Elders.Hystrix.NET.Strategy.Concurrency.HystrixContextRunnable

Inheritance: IRunnable
Show file Open project: Elders/Hystrix.NET Class Usage Examples

Public Methods

Method Description
HystrixContextRunnable ( IRunnable actual ) : Java.Util.Concurrent
Run ( ) : void

Method Details

HystrixContextRunnable() public method

public HystrixContextRunnable ( IRunnable actual ) : Java.Util.Concurrent
actual IRunnable
return Java.Util.Concurrent

Run() public method

public Run ( ) : void
return void