Click or drag to resize

AlertMessage(IInstrument, Priority, Brush, String) Constructor


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public AlertMessage(
	IInstrument instrument,
	Priority priority,
	Brush foreground,
	string message
)

Parameters

instrument  IInstrument
 
priority  Priority
 
foreground  Brush
 
message  String
 
See Also