SharpScriptBaseAlert Method |
Shoots an alert.
The alert is triggered only when the
State is
Realtime Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected void Alert(
string tag,
IInstrument instrument,
Priority priority,
Brush foreground,
string message,
TimeSpan rearm
)
Parameters
- tag String
- Unique tag
- instrument IInstrument
- Instrument
- priority Priority
- Priority
- foreground Brush
- Foreground brush
- message String
- Message
- rearm TimeSpan
- Rearm timespan. Set Zero to trigger the alert once
See Also