Search Results for

    Show / Hide Table of Contents

    Class InternalEventFilterApplier.InternalUnmutableFilter

    Inheritance
    object
    InternalEventFilterApplier.InternalUnmutableFilter
    Implements
    IUnmutableFilter
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit.Internal
    Assembly: Akka.TestKit.dll
    Syntax
    protected class InternalEventFilterApplier.InternalUnmutableFilter : IUnmutableFilter, IDisposable

    Constructors

    | Edit this page View Source

    InternalUnmutableFilter(IReadOnlyCollection<EventFilterBase>, ActorSystem)

    Declaration
    public InternalUnmutableFilter(IReadOnlyCollection<EventFilterBase> filters, ActorSystem system)
    Parameters
    Type Name Description
    IReadOnlyCollection<EventFilterBase> filters
    ActorSystem system

    Methods

    | Edit this page View Source

    Dispose()

    Declaration
    public void Dispose()
    | Edit this page View Source

    Dispose(bool)

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    if set to true the method has been called directly or indirectly by a user's code. Managed and unmanaged resources will be disposed.
    if set to false the method has been called by the runtime from inside the finalizer and only unmanaged resources can be disposed.

    | Edit this page View Source

    Unmute()

    Call this to let events that previously have been muted to be logged again.

    Declaration
    public void Unmute()

    Implements

    IUnmutableFilter
    IDisposable

    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