Skip to content

Abblix.SharedSignals.Model.TransmitterConfiguration

TransmitterConfiguration.DefaultSubjectBehaviors Class

The values the "default_subjects" member may carry (SSF 1.0 Section 7.1).

C#
public static class TransmitterConfiguration.DefaultSubjectBehaviors

Inheritance System.Object → DefaultSubjectBehaviors

Fields

TransmitterConfiguration.DefaultSubjectBehaviors.All Field

Any subject appropriate for the stream is on it by default; the receiver removes and re-adds subjects through the subject endpoints.

C#
public const string All = "ALL";

Field Value

System.String

TransmitterConfiguration.DefaultSubjectBehaviors.None Field

No subjects by default; only subjects the receiver adds produce events.

C#
public const string None = "NONE";

Field Value

System.String