Skip to main content
Table of Contents

Class ApplicationDiagnostics.OutboxKinds

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Stable string values for the OutboxKind tag, so instrument call-sites never hard-code the literal.

public static class ApplicationDiagnostics.OutboxKinds
Inheritance
ApplicationDiagnostics.OutboxKinds
Inherited Members

Fields

Command

Outbox-kind tag value for a dispatched command — command.

public const string Command = "command"

Field Value

string

Event

Outbox-kind tag value for a published event bundle — event.

public const string Event = "event"

Field Value

string