Class IncludeFunctionFilterRule
Includes all messages in the trace that satisfy a predicate function.
Inheritance
System.Object
IncludeFunctionFilterRule
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public sealed class IncludeFunctionFilterRule : IFilterRule
Constructors
IncludeFunctionFilterRule(Predicate<Object>)
Declaration
public IncludeFunctionFilterRule(Predicate<object> filter)
Parameters
Type | Name | Description |
---|---|---|
System.Predicate<System.Object> | filter |
Methods
Include(Object, Boolean)
Declaration
public FilterDecision Include(object msg, bool alreadyInTrace)
Parameters
Type | Name | Description |
---|---|---|
System.Object | msg | |
System.Boolean | alreadyInTrace |
Returns
Type | Description |
---|---|
FilterDecision |