Click or drag to resize
Akka.NETCaseWithTMessage Method (ActionTMessage)
Withes the specified action.

Namespace:  Akka
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Case With<TMessage>(
	Action<TMessage> action
)

Parameters

action
Type: SystemActionTMessage
The action.

Type Parameters

TMessage
The type of the t message.

Return Value

Type: Case
Case.
See Also