Alert (object[] args)
method
Shows all given params in message screen;
Syntax
public void Alert (object[] args)
Parameters
args — object[]
Return
void
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
NETScript methods
- Comment (object[] args)
- ConvertUTCTimeToSelectedTimeZone (DateTime timeUTC)
- CreateTimer (TimerCallback callback)
- CreateTimer (TimerCallback callback, object state, int dueTime, int period)
- CreateTimer (TimerCallback callback, object state, long dueTime, long period)
- CreateTimer (TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period)
- CreateTimer (TimerCallback callback, object state, uint dueTime, uint period)
- GetHashedPassword (string password)
- GetHistoricalData (HistoricalDataRequest request)
- GetLastError ()
- GetLastErrorDescription ()
- IsTesting ()
- OnPaintChart (object sender, PaintChartEventArgs args)
- OnStartStatement (int id, int startX, int startY, int endX, int endY, string signature)
- PlaySound (string fileName)
- Print (object[] args)
- QueueUserWorkItem (WaitCallback callBack)
- QueueUserWorkItem (WaitCallback callBack, object state)
- QueueUserWorkItem (WaitCallback callBack, object state, ApartmentState apartmentState)
- SendEmail (string address, string subject, string body, string filename)
- SendEmail (string address, string subject, string body)
- SendEmail (string subject, string body)
NETScript properties
NETScript constructors
NETScript fields