Case..::..With<(Of <(<'TMessage>)>)> Method (Action<(Of <(<'TMessage>)>)>)

Withes the specified action.

Namespace:  Akka
Assembly:  Akka (in Akka.dll)

Syntax


public Case With<TMessage>(
	Action<TMessage> action
)
Public Function With(Of TMessage) ( _
	action As Action(Of TMessage) _
) As Case
public:
generic<typename TMessage>
Case^ With(
	Action<TMessage>^ action
)

Type Parameters

TMessage
The type of the t message.

Parameters

action
Type: Action<(Of <(<'TMessage>)>)>
The action.

Return Value

Case.