| CaseTResultOrDefault Method |
Defaults the specified action.
Namespace:
Akka
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public T ResultOrDefault(
Func<Object, T> function
)
member ResultOrDefault :
function : Func<Object, 'T> -> 'T
Parameters
- function
- Type: SystemFuncObject, T
The default function.
Return Value
Type:
TThe result of the matching
See Also