Class ExecutionResult.EventCounts
Inheritance
System.Object
ExecutionResult.EventCounts
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public sealed class EventCounts : object
Methods
|
Edit this page
View Source
Contains(HystrixEventType)
Declaration
public bool Contains(HystrixEventType eventType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ContainsAnyOf(BitArray)
Declaration
public bool ContainsAnyOf(BitArray other)
Parameters
Type |
Name |
Description |
BitArray |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetCount(HystrixEventType)
Declaration
public int GetCount(HystrixEventType eventType)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|