NETSDK CLASS

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 4:31 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 4:33 PM
Dispose () METHOD (Return: void)
Cleaning any resources being used. SYNTAX public override void Dispose () RETURN void
Wed, May 2, 2018 at 4:34 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 4:35 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 4:36 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 4:37 PM
IsTesting () METHOD (Return: bool)
Gets true if script was runned by tester; SYNTAX public bool IsTesting () RETURN bool
Wed, May 2, 2018 at 4:38 PM
OnPaintChart (object sender, PaintChartEventArgs args) METHOD (Return: void)
Drawing char. SYNTAX public void OnPaintChart (object sender,PaintChartEventArgs args) PARAMETERS sender — object args — PaintChartEventArg...
Wed, May 2, 2018 at 4:39 PM
PlaySound (string fileName) METHOD (Return: void)
Plays one of the standard sounds; SYNTAX public void PlaySound (string fileName) PARAMETERS fileName — string RETURN void
Wed, May 2, 2018 at 4:41 PM
Print (object[] args) METHOD (Return: void)
Stores the string in logs; SYNTAX public void Print (object[] args) PARAMETERS args — object[] RETURN void
Wed, May 2, 2018 at 4:43 PM