Click or drag to resize
Akka.NETCaseTWithTMessage Method (FuncT)
Withes the specified action.

Namespace:  Akka
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Case<T> With<TMessage>(
	Func<T> function
)

Parameters

function
Type: SystemFuncT
The function.

Type Parameters

TMessage
The type of the t message.

Return Value

Type: CaseT
Case.
See Also