NETScript CLASS
Plays one of the standard sounds. SYNTAX public void PlaySound (string fileName) PARAMETERS fileName — string RETURN void
Wed, May 2, 2018 at 3:04 PM
Stores the string in logs. SYNTAX public void Print (object[] args) PARAMETERS args — object[] RETURN void
Wed, May 2, 2018 at 3:06 PM
Сontrolled flow will be interrupted when the script. SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack) PARAMETERS callBack — Wa...
Wed, May 2, 2018 at 3:07 PM
Сontrolled flow will be interrupted when the script. SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state) PARAMETERS ...
Wed, May 2, 2018 at 3:09 PM
Сontrolled flow will be interrupted when the script. SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state,ApartmentState apart...
Wed, May 2, 2018 at 3:10 PM
Sends a message via e-mail. SYNTAX public void SendEmail (string address,string subject,string body,string filename) PARAMETERS address — str...
Wed, May 2, 2018 at 3:12 PM
Sends a message via e-mail. SYNTAX public void SendEmail (string address,string subject,string body) PARAMETERS address — string subject — ...
Wed, May 2, 2018 at 3:13 PM
Sends a message via e-mail SYNTAX public void SendEmail (string subject,string body) PARAMETERS subject — string body — string RETURN ...
Wed, May 2, 2018 at 3:14 PM