DestinationModel Class

Definition

Immutable representation of the portions of a destination that only change in reaction to configuration changes (e.g. address).

public sealed class DestinationModel
type DestinationModel = class
Public NotInheritable Class DestinationModel
Inheritance
DestinationModel

Remarks

All members must remain immutable to avoid thread safety issues. Instead, instances of DestinationModel are replaced in their entirety when values need to change.

Constructors

Name Description
DestinationModel(DestinationConfig)

Creates a new instance. This constructor is for tests and infrastructure, this type is normally constructed by the configuration loading infrastructure.

Properties

Name Description
Config

This destination's configuration.

Applies to