TheOmenDen.StreamPulse.Scripting.Attributes.OnExternalCommandAttributeMarks a method as a handler fired when an external tool sends a trigger command carrying this
Name over the integration gateway (spec 022). The method must accept
(IScriptContext, ExternalCommandContext); see OnChatMessageAttribute for the
supported return types.
Only scripts that declare a command are remotely invocable — this attribute is the opt-in
capability boundary for the gateway. The name is matched case-insensitively.
Members
1
Name
property
string Name
The command name an external trigger must send to fire this handler.