| CaseWithTMessage Method (Action) |
Withes the specified action.
Namespace:
Akka
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Case With<TMessage>(
Action action
)
member With :
action : Action -> Case
Parameters
- action
- Type: SystemAction
The action.
Type Parameters
- TMessage
- The type of the t message.
Return Value
Type:
CaseCase.
See Also