Click or drag to resize
Akka.NETSwitchableLoggedBehaviorTIn, 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.42 (1.2.3.42)
Syntax
public void Push(
	Func<TIn, Task<TOut>> behavior
)

Parameters

behavior
Type: SystemFuncTIn, TaskTOut
Function that takes a parameter type TIn and returns a Task TOut.
See Also