WebUnityContainerOptionsHandlerAsyncFuncs - свойство
Список асинхронных функций, возвращающий обработчики создания/освобождения контейнера Unity.
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public IList<Func<IServiceProvider, ValueTask<IWebUnityHandler>>> HandlerAsyncFuncs { get; }
Public ReadOnly Property HandlerAsyncFuncs As IList(Of Func(Of IServiceProvider, ValueTask(Of IWebUnityHandler)))
Get
public:
property IList<Func<IServiceProvider^, ValueTask<IWebUnityHandler^>>^>^ HandlerAsyncFuncs {
IList<Func<IServiceProvider^, ValueTask<IWebUnityHandler^>>^>^ get ();
}
member HandlerAsyncFuncs : IList<Func<IServiceProvider, ValueTask<IWebUnityHandler>>> with get
Значение свойства
IListFuncIServiceProvider,
ValueTaskIWebUnityHandler