public sealed class RedisNormalizationConnectionProvider : IRedisConnectionProvider,
IAsyncDisposablePublic NotInheritable Class RedisNormalizationConnectionProvider
Implements IRedisConnectionProvider, IAsyncDisposablepublic ref class RedisNormalizationConnectionProvider sealed : IRedisConnectionProvider,
IAsyncDisposable[<SealedAttribute>]
type RedisNormalizationConnectionProvider =
class
interface IRedisConnectionProvider
interface IAsyncDisposable
end| RedisNormalizationConnectionProvider | Создаёт экземпляр класса с указанием его зависимостей. |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| 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) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetOpenedConnectionAsync | Возвращает открытое соединение к Redis. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ShouldHealthCheck | Признак того, что при проверке работоспособности приложения для этого объекта необходимо проверить его соединение с Redis. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |