Click or drag to resize
Akka.NETInternalEventFilterApplier Class
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Inheritance Hierarchy
SystemObject
  Akka.TestKit.InternalInternalEventFilterApplier

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class InternalEventFilterApplier : IEventFilterApplier

The InternalEventFilterApplier type exposes the following members.

Constructors
  NameDescription
Public methodInternalEventFilterApplier
TBD
Top
Properties
  NameDescription
Public propertyAnd
TBD
Top
Methods
  NameDescription
Protected methodAwaitDone
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpect(Int32, Action)
TBD
Public methodExpect(Int32, TimeSpan, Action)
TBD
Public methodExpectT(Int32, FuncT)
TBD
Public methodExpectT(Int32, TimeSpan, FuncT)
TBD
Public methodExpectOne(Action)
TBD
Public methodExpectOne(TimeSpan, Action)
TBD
Public methodExpectOneT(FuncT)
TBD
Public methodExpectOneT(TimeSpan, FuncT)
TBD
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodStatic memberGetMessageString
TBD
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInterceptT
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMute
TBD
Public methodMute(Action)
TBD
Public methodMuteT(FuncT)
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also