SyncDeputiesContext - конструктор
Примечание: Данный API устарел.
Контекст сихнронизации заместителей.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
[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)
-