Withes the specified action.
Namespace:
Akka
Assembly:
Akka (in Akka.dll)
Public Function With(Of TMessage) ( _
action As Action _
) As Case
public:
generic<typename TMessage>
Case^ With(
Action^ action
)
Type Parameters
- TMessage
- The type of the t message.
Parameters
- action
- Type: Action
The action.
Return Value
Case.