Interface IMatchResult
Interface IMatchResult
Namespace: Akka
Assembly: Akka.dll
Syntax
public interface IMatchResult
Properties
| Improve this Doc View SourceWasHandled
Gets a value indicating whether [was handled].
Declaration
bool WasHandled { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Improve this Doc