TessaBackgroundService - конструктор
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.8
public TessaBackgroundService(
IWebBackgroundServiceQueue queue,
IBackgroundServiceOptions options,
IWebContextAccessor? webContextAccessor = null
)
Public Sub New (
queue As IWebBackgroundServiceQueue,
options As IBackgroundServiceOptions,
Optional webContextAccessor As IWebContextAccessor = Nothing
)
public:
TessaBackgroundService(
IWebBackgroundServiceQueue^ queue,
IBackgroundServiceOptions^ options,
IWebContextAccessor^ webContextAccessor = nullptr
)
new :
queue : IWebBackgroundServiceQueue *
options : IBackgroundServiceOptions *
?webContextAccessor : IWebContextAccessor
(* Defaults:
let _webContextAccessor = defaultArg webContextAccessor null
*)
-> TessaBackgroundService
Параметры
- queue IWebBackgroundServiceQueue
-
- options IBackgroundServiceOptions
-
- webContextAccessor IWebContextAccessor (Optional)
-