SyncDeputiesContext - конструктор
Примечание: Данный API устарел.
Контекст сихнронизации заместителей.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
[ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)]
public SyncDeputiesContext(
ILogger? customLogger = null
)
<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>
Public Sub New (
Optional customLogger As ILogger = Nothing
)
public:
[ObsoleteAttribute(L"Constructors of types with required members are not supported in this version of your compiler.",
true)]
SyncDeputiesContext(
ILogger^ customLogger = nullptr
)
[<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>]
new :
?customLogger : ILogger
(* Defaults:
let _customLogger = defaultArg customLogger null
*)
-> SyncDeputiesContext
Параметры
- customLogger ILogger (Optional)
-