Elders.Hystrix.NET.Strategy.Concurrency.HystrixContextRunnable.HystrixContextRunnable C# (CSharp) Method

HystrixContextRunnable() public method

public HystrixContextRunnable ( IRunnable actual ) : Java.Util.Concurrent
actual IRunnable
return Java.Util.Concurrent
        public HystrixContextRunnable(IRunnable actual)
        {
            this.actual = actual;
            this.parentThreadState = HystrixRequestContext.ContextForCurrentThread;
        }
HystrixContextRunnable