| SharpScriptBaseAlert Method | 
            Shoots an alert. 
            The alert is triggered only when the 
State is 
Realtime ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
 Syntax
Syntaxprotected 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
See Also