Class HystrixRequestContext
Inheritance
System.Object
HystrixRequestContext
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRequestContext : IDisposable
Properties
|
Edit this page
View Source
ContextForCurrentThread
Declaration
public static HystrixRequestContext ContextForCurrentThread { get; }
Property Value
|
Edit this page
View Source
IsCurrentThreadInitialized
Declaration
public static bool IsCurrentThreadInitialized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Dispose()
Declaration
|
Edit this page
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Edit this page
View Source
InitializeContext()
Declaration
public static HystrixRequestContext InitializeContext()
Returns
|
Edit this page
View Source
SetContextOnCurrentThread(HystrixRequestContext)
Declaration
public static void SetContextOnCurrentThread(HystrixRequestContext state)
Parameters