SwitchableLoggedBehavior<(Of <(<'TIn, TOut>)>)> Class

Test utility to make bhavior of functions that return some Task controllable form tests. This tool is able to override default behavior with any generic behavior, including failure, and exposes control to the timing of completion of the associated Task. The utility is implemented as a stack of behaviors, where the behavior on the top of the stack represents the currently active behavior. The bottom of the stack alway contains the [DefaultBehavior] which can not be popped out.

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

Syntax


public class SwitchableLoggedBehavior<TIn, TOut>
Public Class SwitchableLoggedBehavior(Of TIn, TOut)
generic<typename TIn, typename TOut>
public ref class SwitchableLoggedBehavior

Type Parameters

TIn
TOut

Inheritance Hierarchy


Object
  Akka.Remote.Transport..::..SwitchableLoggedBehavior<(Of <(<'TIn, TOut>)>)>