public sealed class SettingsUnitProvider : ISettingsUnitProvider,
ISettingsUnitCacheObserver, IDisposablePublic NotInheritable Class SettingsUnitProvider
Implements ISettingsUnitProvider, ISettingsUnitCacheObserver, IDisposablepublic ref class SettingsUnitProvider sealed : ISettingsUnitProvider,
ISettingsUnitCacheObserver, IDisposable[<SealedAttribute>]
type SettingsUnitProvider =
class
interface ISettingsUnitProvider
interface ISettingsUnitCacheObserver
interface IDisposable
end| SettingsUnitProvider | Initializes a new instance of the SettingsUnitProvider class. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| 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) |
| GetAsyncT | Retrieves a strongly-typed object derived from the settings unit record identified by the specified key. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| OnExpire | Called when a cached settings unit record is evicted from the memory cache due to expiration or memory pressure. |
| OnInvalidate | Called when a settings unit is explicitly invalidated, either locally or via a distributed cache invalidation event. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |