Table of Contents

Class HystrixRequestContext

Namespace
Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixRequestContext : IDisposable
Inheritance
HystrixRequestContext
Implements
Inherited Members

Properties

ContextForCurrentThread

public static HystrixRequestContext ContextForCurrentThread { get; }

Property Value

HystrixRequestContext

IsCurrentThreadInitialized

public static bool IsCurrentThreadInitialized { get; }

Property Value

bool

Methods

Dispose()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

InitializeContext()

public static HystrixRequestContext InitializeContext()

Returns

HystrixRequestContext

SetContextOnCurrentThread(HystrixRequestContext)

public static void SetContextOnCurrentThread(HystrixRequestContext state)

Parameters

state HystrixRequestContext