Enum FilterDecision
Used to determine how a particular filter treats a specific incoming message.
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public enum FilterDecision
Fields
| Name | Description |
|---|---|
| Exclude | Exclude this message from the current trace. |
| Include | Include this message in the current trace or start a new one. |
| NoDecision | The default - defers decision-making to another ruleset. |