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

Withes the specified action.

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

Syntax


public Case With<TMessage>(
	Action action
)
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.