public class AclGenerationRuleCacheObjectFactory : IAclGenerationRuleCacheObjectFactory
Public Class AclGenerationRuleCacheObjectFactory
Implements IAclGenerationRuleCacheObjectFactory
public ref class AclGenerationRuleCacheObjectFactory : IAclGenerationRuleCacheObjectFactory
type AclGenerationRuleCacheObjectFactory =
class
interface IAclGenerationRuleCacheObjectFactory
end
AclGenerationRuleCacheObjectFactory | Инициализирует новый экземпляр класса AclGenerationRuleCacheObjectFactory |
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) |
AclGenerationRuleProvider | Объект, который возвращает правила расчёта ACL. |