NETScript CLASS
CreateTimer (TimerCallback callback, object state, long dueTime, long period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script. SYNTAX public Timer CreateTimer (TimerCallback callback,object state,long dueTime,long period) ...
Wed, May 2, 2018 at 2:46 PM
Timer that will be stopped at the end of the script. SYNTAX public Timer CreateTimer (TimerCallback callback,object state,TimeSpan dueTime,TimeSpan ...
Wed, May 2, 2018 at 2:48 PM
CreateTimer (TimerCallback callback, object state, uint dueTime, uint period) METHOD (Return: Timer)
Timer that will be stopped at the end of the script. SYNTAX public Timer CreateTimer (TimerCallback callback,object state,uint dueTime,uint period) ...
Wed, May 2, 2018 at 2:50 PM
Gets the encrypted password. SYNTAX public static string GetHashedPassword (string password) PARAMETERS password — string RETURN string
Wed, May 2, 2018 at 2:55 PM
Represent access to created historical data request. SYNTAX public HistoricalData GetHistoricalData (HistoricalDataRequest request) PARAMETERS ...
Wed, May 2, 2018 at 2:56 PM
Returns the last error code; then this value will be zeroized; SYNTAX public int GetLastError () RETURN int
Wed, May 2, 2018 at 2:57 PM
Returns the last error code; then this value will be zeroized. SYNTAX public string GetLastErrorDescription () RETURN string
Wed, May 2, 2018 at 2:59 PM
Gets true if script was runned by tester. SYNTAX public bool IsTesting () RETURN bool
Wed, May 2, 2018 at 3:00 PM
Drawing chart SYNTAX public void OnPaintChart (object sender,PaintChartEventArgs args) PARAMETERS sender — object args — PaintChartEventArg...
Wed, May 2, 2018 at 3:01 PM
SYNTAX public static long OnStartStatement (int id,int startX,int startY,int endX,int endY,string signature) PARAMETERS id — int startX — int ...
Wed, May 2, 2018 at 3:03 PM