CaseWithTMessage Method (Action) |
Withes the specified action.
Namespace: AkkaAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Case With<TMessage>(
Action action
)
Public Function With(Of TMessage) (
action As Action
) As Case
public:
generic<typename TMessage>
Case^ With(
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