Click or drag to resize
Akka.NETCaseTResultOrDefault 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
)

Parameters

function
Type: SystemFuncObject, T
The default function.

Return Value

Type: T
The result of the matching
See Also