Class InternalEventFilterApplier.InternalUnmutableFilter
TBD
protected class InternalEventFilterApplier.InternalUnmutableFilter : IUnmutableFilter, IDisposable
- Inheritance
-
InternalEventFilterApplier.InternalUnmutableFilter
- Implements
- Inherited Members
Constructors
InternalUnmutableFilter(IReadOnlyCollection<EventFilterBase>, ActorSystem)
TBD
public InternalUnmutableFilter(IReadOnlyCollection<EventFilterBase> filters, ActorSystem system)
Parameters
filters
IReadOnlyCollection<EventFilterBase>TBD
system
ActorSystemTBD
Methods
Dispose()
public void Dispose()
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected virtual void Dispose(bool disposing)
Parameters
disposing
boolif 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 tofalse
the method has been called by the runtime from inside the finalizer and only unmanaged resources can be disposed.
Unmute()
TBD
public void Unmute()