Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Appender<(Of <(<'TIn, TOut>)>)>..::..Execute Method

Execute the operation synchronously.

Namespace:  Tortuga.Chain.Appenders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public TOut Execute(
	Nullable<Object> state
)
Public Function Execute ( _
	state As Nullable(Of Object) _
) As TOut
public:
TOut Execute(
	Nullable<Object^> state
)

Parameters

state
Type: Nullable<(Of <(<'Object>)>)>
User defined state, usually used for logging.

Remarks


If you don't override this method, it will call execute on the previous link.