ILNumerics.Net
ILAsyncAlgorithm Constructor (control)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.AlgorithmsILAsyncAlgorithmILAsyncAlgorithm(Control)
ILNumerics.Net - numeric computing for .NET
constructor creating a new ILAsyncAlgorithm object.
Declaration Syntax
C#Visual BasicVisual C++
public ILAsyncAlgorithm(
	Control control
)
Public Sub New ( _
	control As Control _
)
public:
ILAsyncAlgorithm(
	Control^ control
)
Parameters
control (Control)
if not null, events fired from this class will be executed in the context of the thread owning the control. This is specifically important for Windows.Forms.Control user interfaces, which require this in order to allow direct manipulation of the control from inside the event handlers.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)