PayloadSharedEventReceiverBaseTPayload - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.Platform.IPCСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
protected PayloadSharedEventReceiverBase(
IPayloadSharedEventReceiverDependencies dependencies,
[OptionalDependencyAttribute] IUnityDisposableContainer? disposableContainer = null
)
Protected Sub New (
dependencies As IPayloadSharedEventReceiverDependencies,
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
protected:
PayloadSharedEventReceiverBase(
IPayloadSharedEventReceiverDependencies^ dependencies,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
dependencies : IPayloadSharedEventReceiverDependencies *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> PayloadSharedEventReceiverBase
Параметры
- dependencies IPayloadSharedEventReceiverDependencies
- disposableContainer IUnityDisposableContainer (Optional)
Контейнер, содержащий объекты
IDisposable,
которые будут освобождены при закрытии контейнеров
IUnityContainer.