Search Results for

    Show / Hide Table of Contents

    Class TestBreaker

    TBD

    Inheritance
    object
    TestBreaker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit
    Assembly: Akka.TestKit.dll
    Syntax
    public class TestBreaker

    Constructors

    | Edit this page View Source

    TestBreaker(CircuitBreaker)

    TBD

    Declaration
    public TestBreaker(CircuitBreaker instance)
    Parameters
    Type Name Description
    CircuitBreaker instance

    TBD

    Properties

    | Edit this page View Source

    ClosedLatch

    TBD

    Declaration
    public CountdownEvent ClosedLatch { get; }
    Property Value
    Type Description
    CountdownEvent
    | Edit this page View Source

    HalfOpenLatch

    TBD

    Declaration
    public CountdownEvent HalfOpenLatch { get; }
    Property Value
    Type Description
    CountdownEvent
    | Edit this page View Source

    Instance

    TBD

    Declaration
    public CircuitBreaker Instance { get; }
    Property Value
    Type Description
    CircuitBreaker
    | Edit this page View Source

    OpenLatch

    TBD

    Declaration
    public CountdownEvent OpenLatch { get; }
    Property Value
    Type Description
    CountdownEvent

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET