| SwitchableLoggedBehaviorTIn, TOutPush Method |
Changes the current behavior to the provided one
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Push(
Func<TIn, Task<TOut>> behavior
)
member Push :
behavior : Func<'TIn, Task<'TOut>> -> unit
Parameters
- behavior
- Type: SystemFuncTIn, TaskTOut
Function that takes a parameter type TIn and returns a Task
TOut.
See Also