Click or drag to resize

SharpScriptBaseAlert Method

Shoots an alert. The alert is triggered only when the State is Realtime

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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