SwitchableLoggedBehavior<(Of <(<'TIn, TOut>)>)>..::..Push Method

Changes the current behavior to the provided one

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

Syntax


public void Push(
	Func<TIn, Task<TOut>> behavior
)
Public Sub Push ( _
	behavior As Func(Of TIn, Task(Of TOut)) _
)
public:
void Push(
	Func<TIn, Task<TOut>^>^ behavior
)

Parameters

behavior
Type: Func<(Of <(<'TIn, Task<(Of <(<'TOut>)>)>>)>)>
Function that takes a parameter type and returns a Task