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
CreateTimer (TimerCallback callback, object state, TimeSpan dueTime, TimeSpan period) METHOD (Return: Timer)
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
GetHashedPassword (string password) METHOD (Return: string)
Gets the encrypted password. SYNTAX public static string GetHashedPassword (string password) PARAMETERS password — string RETURN string
Wed, May 2, 2018 at 2:55 PM
GetHistoricalData (HistoricalDataRequest request) METHOD (Return: HistoricalData)
Represent access to created historical data request. SYNTAX public HistoricalData GetHistoricalData (HistoricalDataRequest request) PARAMETERS ...
Wed, May 2, 2018 at 2:56 PM
GetLastError () METHOD (Return: int)
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
GetLastErrorDescription () METHOD (Return: string)
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
IsTesting () METHOD (Return: bool)
Gets true if script was runned by tester. SYNTAX public bool IsTesting () RETURN bool
Wed, May 2, 2018 at 3:00 PM
OnPaintChart (object sender, PaintChartEventArgs args) METHOD (Return: void)
Drawing chart SYNTAX public void OnPaintChart (object sender,PaintChartEventArgs args) PARAMETERS sender — object args — PaintChartEventArg...
Wed, May 2, 2018 at 3:01 PM
OnStartStatement (int id, int startX, int startY, int endX, int endY, string signature) METHOD (Return: long)
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