Class InternalEventFilterApplier.InternalUnmutableFilter
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
protected class InternalEventFilterApplier.InternalUnmutableFilter : IUnmutableFilter, IDisposable
Constructors
| Edit this page View SourceInternalUnmutableFilter(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 SourceDispose()
Declaration
public void Dispose()
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 |
Unmute()
Call this to let events that previously have been muted to be logged again.
Declaration
public void Unmute()