Click or drag to resize
Akka.NETIUnmutableFilter Interface
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IUnmutableFilter : IDisposable

The IUnmutableFilter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodUnmute
Call this to let events that previously have been muted to be logged again.
Top
See Also