Skip to main content
Corvus Connection

ExternalCommandContext

Context
TheOmenDen.StreamPulse.Scripting.Contexts.ExternalCommandContextThe event context bound for an [OnExternalCommand] handler (spec 022). Command is the invoked command name; Args is the flat string→string argument bag the external gateway client sent (empty when none).

Members

3
  • Command
    property
    string Command
  • Args
    property
    IReadOnlyDictionary<string, string> Args
  • ReceivedAt
    property
    DateTimeOffset ReceivedAt