Click or drag to resize

NonPublicActivator Constructor

Initializes a new instance of the NonPublicActivator class

Namespace: Sportradar.SDK.Services.Sdk
Assembly: Sdk (in Sdk.dll) Version: 2.28.0.0
Syntax
C#
public NonPublicActivator(
	ComponentModel model,
	IKernelInternal kernel,
	ComponentInstanceDelegate on_creation,
	ComponentInstanceDelegate on_destruction
)

Parameters

model  ComponentModel

[Missing <param name="model"/> documentation for "M:Sportradar.SDK.Services.Sdk.NonPublicActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernelInternal,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)"]

kernel  IKernelInternal

[Missing <param name="kernel"/> documentation for "M:Sportradar.SDK.Services.Sdk.NonPublicActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernelInternal,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)"]

on_creation  ComponentInstanceDelegate

[Missing <param name="on_creation"/> documentation for "M:Sportradar.SDK.Services.Sdk.NonPublicActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernelInternal,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)"]

on_destruction  ComponentInstanceDelegate

[Missing <param name="on_destruction"/> documentation for "M:Sportradar.SDK.Services.Sdk.NonPublicActivator.#ctor(Castle.Core.ComponentModel,Castle.MicroKernel.IKernelInternal,Castle.MicroKernel.ComponentInstanceDelegate,Castle.MicroKernel.ComponentInstanceDelegate)"]

See Also