 | Case<T>.With<TMessage> Method (Func<T>) |
Withes the specified action.
Namespace:
Akka
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic Case<T> With<TMessage>(
Func<T> function
)
member With :
function : Func<'T> -> Case<'T>
Parameters
- function
- Type: System.Func<T>
The function.
Type Parameters
- TMessage
- The type of the t message.
Return Value
Type:
Case<T>Case.
See Also