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