SwitchableLoggedBehavior<(Of <(<'TIn, TOut>)>)>..::..CurrentBehavior Property

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

Syntax


public Func<TIn, Task<TOut>> CurrentBehavior { get; }
Public ReadOnly Property CurrentBehavior As Func(Of TIn, Task(Of TOut))
	Get
public:
property Func<TIn, Task<TOut>^>^ CurrentBehavior {
	Func<TIn, Task<TOut>^>^ get ();
}