Skip to main content
Corvus Connection

OnConnectionUp

Attribute
TheOmenDen.StreamPulse.Scripting.Attributes.OnConnectionUpAttributeMarks a method as a handler fired when a monitored connection comes up — a source transitions to Connected after boot (spec 023). Fires for every applicable source (twitch/obs/spotify/gateway); read e.Source to branch. The method must accept (IScriptContext, ConnectionHealthContext). See OnChatMessageAttribute for the supported return types.