InMemoryGroupAccessCache - конструктор
Кэш в памяти с информацией о том, что пользователь входит в группу.
Пространство имён: Tessa.GroupsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public InMemoryGroupAccessCache(
[OptionalDependencyAttribute] IGroupSettings? groupSettings = null
)
Public Sub New (
<OptionalDependencyAttribute> Optional groupSettings As IGroupSettings = Nothing
)
public:
InMemoryGroupAccessCache(
[OptionalDependencyAttribute] IGroupSettings^ groupSettings = nullptr
)
new :
[<OptionalDependencyAttribute>] ?groupSettings : IGroupSettings
(* Defaults:
let _groupSettings = defaultArg groupSettings null
*)
-> InMemoryGroupAccessCache
Параметры
- groupSettings IGroupSettings (Optional)
Настройки подсистемы групп.