Gets a value indicating whether [was handled].
Namespace: AkkaAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool WasHandled { get; }
Public ReadOnly Property WasHandled As Boolean
Get
public:
virtual property bool WasHandled {
bool get () sealed;
}
abstract WasHandled : bool with get
override WasHandled : bool with get
Property Value
Type:
Booleantrue if [was handled]; otherwise,
false.
Implements
IMatchResultWasHandled
See Also