ScannerBaseAlert Method (String, String, TimeSpan) |
Sends a new Alert message to the Alert View
Namespace:
SharpCharts.Base.MarketWatch
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected void Alert(
string tag,
string message,
TimeSpan resetTime
)
Parameters
- tag
- Type: SystemString
Unique identifier - message
- Type: SystemString
The alert message - resetTime
- Type: SystemTimeSpan
Alarm will reset after specified time, else will alert only once
See Also