Table of Contents

Class RemotesOptions

Namespace
DMediatR
Assembly
DMediatR.dll

Dictionary of HostOptions declaring the configured remotes for that DMediatR node.

public sealed class RemotesOptions : Dictionary<string, HostOptions>, IDictionary<string, HostOptions>, ICollection<KeyValuePair<string, HostOptions>>, IReadOnlyDictionary<string, HostOptions>, IReadOnlyCollection<KeyValuePair<string, HostOptions>>, IEnumerable<KeyValuePair<string, HostOptions>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
RemotesOptions
Implements
Inherited Members

Fields

SectionName

public const string SectionName = "DMediatR:Remotes"

Field Value

string

Properties

ValidatedValues

[ValidateEnumeratedItems]
public IEnumerable<HostOptions> ValidatedValues { get; }

Property Value

IEnumerable<HostOptions>