public class AclGenerationRuleCacheObjectFactory : IAclGenerationRuleCacheObjectFactoryPublic Class AclGenerationRuleCacheObjectFactory
Implements IAclGenerationRuleCacheObjectFactorypublic ref class AclGenerationRuleCacheObjectFactory : IAclGenerationRuleCacheObjectFactorytype AclGenerationRuleCacheObjectFactory =
class
interface IAclGenerationRuleCacheObjectFactory
end| AclGenerationRuleCacheObjectFactory | Фабрика объектов кеша правил расчёта ACL, которая создает и инициализирует объект данных кеша AclGenerationRuleCacheObject по правилам, полученным из IAclGenerationRuleProvider. |
| AclGenerationRuleProvider | Объект, который возвращает правила расчёта ACL. |
| CreateCacheObject | Создает объект экземпляра кеша. |
| CreateCacheObjectAsync | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAllRulesAsync | Метод возвращает все правила расчёта ACL, полученные с помощью IAclGenerationRuleProvider. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InitializeCacheObjectAsync | Производит инициализацию кеша по найденным через метод GetAllRulesAsync(CancellationToken) правилам расчёта ACL. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |