Click or drag to resize

ScannerBaseAlert(String, Priority, Brush, String, TimeSpan) Method


Namespace: ArthaChitra.Model.MarketScanner
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected void Alert(
	string tag,
	Priority priority,
	Brush foreground,
	string message,
	TimeSpan rearm
)

Parameters

tag  String
 
priority  Priority
 
foreground  Brush
 
message  String
 
rearm  TimeSpan
 
See Also