Table of Contents

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

eventType HystrixEventType

Returns

bool

ContainsAnyOf(BitArray)

public bool ContainsAnyOf(BitArray other)

Parameters

other BitArray

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object o)

Parameters

o object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetCount(HystrixEventType)

public int GetCount(HystrixEventType eventType)

Parameters

eventType HystrixEventType

Returns

int

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.