RedisConnectionProvider(ITessaServerSettings, IUnityDisposableContainer) - конструктор
Создаёт экземпляр класса с указанием настроек сервера из Unity.
Пространство имён: Tessa.Platform.IPCСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public RedisConnectionProvider(
ITessaServerSettings serverSettings,
[OptionalDependencyAttribute] IUnityDisposableContainer container = null
)
Public Sub New (
serverSettings As ITessaServerSettings,
<OptionalDependencyAttribute> Optional container As IUnityDisposableContainer = Nothing
)
public:
RedisConnectionProvider(
ITessaServerSettings^ serverSettings,
[OptionalDependencyAttribute] IUnityDisposableContainer^ container = nullptr
)
new :
serverSettings : ITessaServerSettings *
[<OptionalDependencyAttribute>] ?container : IUnityDisposableContainer
(* Defaults:
let _container = defaultArg container null
*)
-> RedisConnectionProvider
Параметры
- serverSettings ITessaServerSettings
-
Настройки сервера, через который запрашивается соединение с Redis RedisConnectionString.
- container IUnityDisposableContainer (Optional)
- Объект, используемый для регистрации на освобождение ресурсов.