public class SmartRoleGeneratorCacheObjectFactory : ISmartRoleGeneratorCacheObjectFactory
Public Class SmartRoleGeneratorCacheObjectFactory
Implements ISmartRoleGeneratorCacheObjectFactory
public ref class SmartRoleGeneratorCacheObjectFactory : ISmartRoleGeneratorCacheObjectFactory
type SmartRoleGeneratorCacheObjectFactory =
class
interface ISmartRoleGeneratorCacheObjectFactory
end
SmartRoleGeneratorCacheObjectFactory | Инициализирует новый экземпляр класса SmartRoleGeneratorCacheObjectFactory |
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) |
GetAllGeneratorsAsync | Метод возвращает все генераторы умных ролей, полученные с помощью ISmartRoleGeneratorProvider. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeCacheObjectAsync | Производит инициализацию кеша по найденным через метод GetAllGeneratorsAsync(CancellationToken) генераторам умных ролей. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
SmartRoleGeneratorProvider | Объект, который возвращает генераторы умных ролей. |