Class AbstractCommand<TResult>.AtomicThreadState
Inheritance
System.Object
AbstractCommand<TResult>.AtomicThreadState
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
protected class AtomicThreadState : AtomicInteger
Constructors
|
Edit this page
View Source
AtomicThreadState(AbstractCommand<TResult>.ThreadState)
Declaration
public AtomicThreadState(AbstractCommand<TResult>.ThreadState state)
Parameters
Properties
|
Edit this page
View Source
Value
Declaration
public AbstractCommand<TResult>.ThreadState Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
CompareAndSet(AbstractCommand<TResult>.ThreadState, AbstractCommand<TResult>.ThreadState)
Declaration
public bool CompareAndSet(AbstractCommand<TResult>.ThreadState expected, AbstractCommand<TResult>.ThreadState update)
Parameters
Returns
Type |
Description |
System.Boolean |
|