HookableSchemeService - класс
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public sealed class HookableSchemeService : HookableService<ISchemeService>,
ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
Public NotInheritable Class HookableSchemeService
Inherits HookableService(Of ISchemeService)
Implements ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
public ref class HookableSchemeService sealed : public HookableService<ISchemeService^>,
ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
[<SealedAttribute>]
type HookableSchemeService =
class
inherit HookableService<ISchemeService>
interface ISchemeServiceWithCache
interface ISchemeService
interface ISchemeServiceWithStorage
end
- Inheritance
- Object HookableServiceISchemeService HookableSchemeService
- Implements
- ISchemeService, ISchemeServiceWithCache, ISchemeServiceWithStorage
AddHook | (Унаследован от HookableServiceTService) |
CreateStorageAsync | |
EnsureInvalidateCacheSubscribedAsync |
Производит подписку на событие сброса кэша, если необходимо.
|
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) |
GetDatabaseInfoAsync | |
GetDatabasePropertiesAsync | |
GetFunctionAsync(Guid, CancellationToken) | |
GetFunctionAsync(String, CancellationToken) | |
GetFunctionsAsync | |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetMigrationAsync(Guid, CancellationToken) | |
GetMigrationAsync(String, CancellationToken) | |
GetMigrationsAsync | |
GetPartitionAsync(Guid, CancellationToken) | |
GetPartitionAsync(String, CancellationToken) | |
GetPartitionsAsync | |
GetProcedureAsync(Guid, CancellationToken) | |
GetProcedureAsync(String, CancellationToken) | |
GetProceduresAsync | |
GetStorageVersionAsync | |
GetTableAsync(Guid, CancellationToken) | |
GetTableAsync(String, CancellationToken) | |
GetTablesAsync | |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateCacheAsync |
Инициирует сброс кэша.
|
InvalidateCacheIfChangedAsync |
Инициирует сброс кэша в случае, если есть изменения.
|
IsStorageExistsAsync | |
IsStorageUpToDateAsync | |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RemoveFunctionAsync | |
RemoveHook | (Унаследован от HookableServiceTService) |
RemoveMigrationAsync | |
RemovePartitionAsync | |
RemoveProcedureAsync | |
RemoveTableAsync | |
SaveDatabasePropertiesAsync | |
SaveFunctionAsync | |
SaveMigrationAsync | |
SavePartitionAsync | |
SaveProcedureAsync | |
SaveTableAsync | |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UpdateStorageAsync | |