Class ExecutionResult.EventCounts
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
public sealed class ExecutionResult.EventCounts
- Inheritance
-
ExecutionResult.EventCounts
- Inherited Members
Methods
Contains(HystrixEventType)
public bool Contains(HystrixEventType eventType)
Parameters
eventTypeHystrixEventType
Returns
ContainsAnyOf(BitArray)
public bool ContainsAnyOf(BitArray other)
Parameters
otherBitArray
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object o)
Parameters
oobject
Returns
GetCount(HystrixEventType)
public int GetCount(HystrixEventType eventType)
Parameters
eventTypeHystrixEventType
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.