NETIndicator

QueueUserWorkItem (WaitCallback callBack) METHOD (Return: Thread)
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack) PARAMETERS callBack — WaitCallb...
Wed, Apr 25, 2018 at 12:34 PM
QueueUserWorkItem (WaitCallback callBack, object state) METHOD (Return: Thread)
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state) PARAMETERS callBac...
Wed, Apr 25, 2018 at 12:39 PM
QueueUserWorkItem (WaitCallback callBack, object state, ApartmentState apartmentState) METHOD (Return: Thread)
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state,ApartmentState apartment...
Wed, Apr 25, 2018 at 12:44 PM
RemoveMarker (int line, int offset, Color color) METHOD (Return: void)
Removes redrawn parts of indicator's line within the interval set by offset SYNTAX public void RemoveMarker (int line,int offset,Color color) P...
Wed, Apr 25, 2018 at 12:59 PM
SendEmail (string address, string subject, string body, string filename) METHOD (Return: void)
Sends a message via e-mail; SYNTAX public void SendEmail (string address,string subject,string body,string filename) PARAMETERS address — stringsub...
Wed, Apr 25, 2018 at 1:01 PM
SendEmail (string address, string subject, string body) METHOD (Return: void)
Sends a message via e-mail; SYNTAX public void SendEmail (string address,string subject,string body) PARAMETERS address — stringsubject — stringbod...
Wed, Apr 25, 2018 at 1:04 PM
SendEmail (string subject, string body) METHOD (Return: void)
Sends a message via e-mail; SYNTAX public void SendEmail (string subject,string body) PARAMETERS subject — stringbody — string RETURN void
Wed, Apr 25, 2018 at 1:06 PM
SetCloud (int cloudNumber, int index, int lineNumber, double value, int color, GradientMode gradientMethod) METHOD (Return: void)
Sets a value into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,int lineNumber,double value,int color,GradientMode gradientMeth...
Wed, Apr 25, 2018 at 1:08 PM
SetCloud (int cloudNumber, int index, int lineNumber, double value, int color, GradientMode gradientMethod, int offset) METHOD (Return: void)
Sets a value into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,int lineNumber,double value,int color,GradientMode gradientMeth...
Thu, Apr 26, 2018 at 7:53 AM
SetCloud (int cloudNumber, int index, double value1, double value2, int color1, int color2, GradientMode gradientMethod) METHOD (Return: void)
Sets the two values into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,double value1,double value2,int color1,int color2,Gradie...
Thu, Apr 26, 2018 at 9:14 AM