IExecuteScoped<T>.

Invoke<TResult>(Func<T, TResult>) Method

Summary

Invoke the specified action returning the given result with the scoped dependency

Syntax

TResult Invoke<TResult>(Func<T, TResult> action)

Type Parameters

Name Description
TResult

Parameters

Name Type Description
action Func<T, TResult>

Return Value

Type Description
TResult