AlertingEventArgs Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public AlertingEventArgs(
ISessionProfile sessionProfile,
string message,
AlertLevel level
)
Public Sub New (
sessionProfile As ISessionProfile,
message As String,
level As AlertLevel
)
public:
AlertingEventArgs(
ISessionProfile^ sessionProfile,
String^ message,
AlertLevel level
)
new :
sessionProfile : ISessionProfile *
message : string *
level : AlertLevel -> AlertingEventArgs
Parameters
- sessionProfile ISessionProfile
Session profile which caused the event.
- message String
Text of the message.
- level AlertLevel
Level which affects the icon in the message box.