NETStrategy CLASS
Plays one of the standard sounds; SYNTAX public void PlaySound (string fileName) PARAMETERS fileName — string RETURN void
Wed, May 2, 2018 at 7:22 PM
Stores the string in logs; SYNTAX public void Print (object[] args) PARAMETERS args — object[] RETURN void
Wed, May 2, 2018 at 7:23 PM
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack) PARAMETERS callBack — Wai...
Wed, May 2, 2018 at 7:25 PM
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state) PARAMETERS c...
Wed, May 2, 2018 at 7:26 PM
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state,ApartmentState apartm...
Wed, May 2, 2018 at 7:27 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 7:29 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 7:30 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 7:31 PM