PayloadSharedEventReceiverBaseTPayload - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.Platform.IPCСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.