InMemoryGroupAccessCache - конструктор
Кэш в памяти с информацией о том, что пользователь входит в группу.
Пространство имён: Tessa.GroupsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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)
Настройки подсистемы групп.