Click or drag to resize
CaseWithTMessage Method (Action)
Withes the specified action.

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

Parameters

action
Type: SystemAction
The action.

Type Parameters

TMessage
The type of the t message.

Return Value

Type: Case
Case.
See Also